Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ RUN apt-get update -y && apt-get install -y \
|
|
| 21 |
wget \
|
| 22 |
lib32gcc-s1 \
|
| 23 |
lib32stdc++6 \
|
| 24 |
-
openjdk-
|
| 25 |
|
| 26 |
# Crea el entorno virtual para Python
|
| 27 |
RUN python3 -m venv /app/venv
|
|
|
|
| 21 |
wget \
|
| 22 |
lib32gcc-s1 \
|
| 23 |
lib32stdc++6 \
|
| 24 |
+
openjdk-21-jdk
|
| 25 |
|
| 26 |
# Crea el entorno virtual para Python
|
| 27 |
RUN python3 -m venv /app/venv
|