docker-test / Dockerfile
rahulreshma's picture
Update Dockerfile
d5d5d21 verified
raw
history blame contribute delete
163 Bytes
FROM ubuntu
RUN echo test
RUN apt update && apt install -y python3 python3-pip python3-venv sudo htop
USER root
RUN echo $(whoami)
CMD python3 -m http.server 7680