FROM ubuntu:latest WORKDIR /var/app RUN apt update RUN apt upgrade -y RUN apt install htop bc -y CMD [ "/bin/bc" ,"-i"] # CMD [ "python", "./your-daemon-or-script.py" ]