Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -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 htop
|
| 5 |
|
| 6 |
#CMD python3 -m http.server
|
| 7 |
RUN echo $(pwd)
|
|
|
|
| 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)
|