ar08 commited on
Commit
bb01ae7
·
verified ·
1 Parent(s): c12d898

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN apt-get update && \
23
  g++ \
24
  gcc \
25
  python3.9-venv \
26
- python3.9-pip
27
 
28
  # Install code-server
29
  RUN curl -fsSL https://code-server.dev/install.sh | sh
 
23
  g++ \
24
  gcc \
25
  python3.9-venv \
26
+ python-pip
27
 
28
  # Install code-server
29
  RUN curl -fsSL https://code-server.dev/install.sh | sh