Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
USER root
|
4 |
|
@@ -15,7 +15,7 @@ WORKDIR /app
|
|
15 |
RUN apt-get update -y
|
16 |
|
17 |
# Instala Python 3
|
18 |
-
RUN apt-get install -y python3 python3-pip python3-venv p7zip-full wget lib32gcc-s1
|
19 |
|
20 |
# Crea el entorno virtual
|
21 |
RUN python3 -m venv /app/venv
|
|
|
1 |
+
FROM amazonlinux:latest
|
2 |
|
3 |
USER root
|
4 |
|
|
|
15 |
RUN apt-get update -y
|
16 |
|
17 |
# Instala Python 3
|
18 |
+
RUN apt-get install -y python3 python3-pip python3-venv p7zip-full wget lib32gcc-s1
|
19 |
|
20 |
# Crea el entorno virtual
|
21 |
RUN python3 -m venv /app/venv
|