Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -4
Dockerfile
CHANGED
|
@@ -20,12 +20,11 @@ RUN apt-get update && \
|
|
| 20 |
default-jre \
|
| 21 |
g++ \
|
| 22 |
gcc \
|
| 23 |
-
python3.11
|
|
|
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
-
# Install Python 3.11
|
| 27 |
-
|
| 28 |
-
|
| 29 |
# Install code-server
|
| 30 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 31 |
|
|
|
|
| 20 |
default-jre \
|
| 21 |
g++ \
|
| 22 |
gcc \
|
| 23 |
+
python3.11 \
|
| 24 |
+
python3.11-dev \
|
| 25 |
+
python3.11-distutils
|
| 26 |
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
# Install code-server
|
| 29 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 30 |
|