Spaces:
Build error
Build error
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu
|
|
3 |
RUN apt-get update && \
|
4 |
apt-get install -y sudo && \
|
5 |
apt-get clean
|
6 |
-
RUN apt-get install
|
7 |
|
8 |
# A帽adir un usuario llamado 'appuser'
|
9 |
RUN useradd -ms /bin/bash appuser
|
|
|
3 |
RUN apt-get update && \
|
4 |
apt-get install -y sudo && \
|
5 |
apt-get clean
|
6 |
+
RUN apt-get install -y wget unzip && apt-get update && apt-get install -y python3 python3-pip python3.12-venv
|
7 |
|
8 |
# A帽adir un usuario llamado 'appuser'
|
9 |
RUN useradd -ms /bin/bash appuser
|