Skip to content
Snippets Groups Projects
Dockerfile 168 B
Newer Older
Rajesh  D's avatar
dev
Rajesh D committed
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" ]