Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN apt-fast update && apt-fast install -y \
|
|
| 28 |
net-tools iputils-ping \
|
| 29 |
rsync git-extras pigz \
|
| 30 |
fzf silversearcher-ag ripgrep mingw-w64 \
|
| 31 |
-
python3.12 python3.12-dev python3
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
RUN git lfs install
|
|
|
|
| 28 |
net-tools iputils-ping \
|
| 29 |
rsync git-extras pigz \
|
| 30 |
fzf silversearcher-ag ripgrep mingw-w64 \
|
| 31 |
+
python3.12 python3.12-dev python3-pip \
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
RUN git lfs install
|