Install Atom editor in a Ubuntu container

hello all,
I’m new here and I’ve been working with docker for a week.
I have created a container with the command
docker run -it ubuntu:20.04
in Powershell. This is now running and now I want to install the Atom editor in the Ubuntu container.
How to do this?
I use Docker Desktop on Windows 10.