Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -22,8 +22,8 @@ RUN apt-get update && \
|
|
| 22 |
default-jre \
|
| 23 |
g++ \
|
| 24 |
gcc \
|
| 25 |
-
|
| 26 |
-
python-
|
| 27 |
|
| 28 |
# Install code-server
|
| 29 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
|
|
|
| 22 |
default-jre \
|
| 23 |
g++ \
|
| 24 |
gcc \
|
| 25 |
+
python-venv \
|
| 26 |
+
python-dev
|
| 27 |
|
| 28 |
# Install code-server
|
| 29 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|