rahulreshma commited on
Commit
5f12477
·
verified ·
1 Parent(s): 5c71aa2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM ubuntu:latest
2
  RUN echo test
3
 
4
- RUN apt update && apt install -y python3 python3-pip python3-venv sudo htop
5
 
6
  #CMD python3 -m http.server
7
  RUN echo $(pwd)
@@ -15,4 +15,5 @@ RUN chmod +x start.sh
15
  RUN python3 -m venv test
16
  RUN ls -l test
17
  RUN $(pwd)/test/bin/pip install -r requirements.txt
 
18
  CMD ["./start.sh"]
 
1
  FROM ubuntu:latest
2
  RUN echo test
3
 
4
+ RUN apt update && apt install -y python3 python3-pip python3-venv htop
5
 
6
  #CMD python3 -m http.server
7
  RUN echo $(pwd)
 
15
  RUN python3 -m venv test
16
  RUN ls -l test
17
  RUN $(pwd)/test/bin/pip install -r requirements.txt
18
+ USER root
19
  CMD ["./start.sh"]