Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN apt-get update && \
|
|
| 28 |
|
| 29 |
# Install Python libraries
|
| 30 |
RUN pip3 install --break-system-packages --no-cache-dir --upgrade pip setuptools wheel && \
|
| 31 |
-
pip3 install --break-system-packages ipython virtualenv jupyter
|
| 32 |
|
| 33 |
# Setup workspace
|
| 34 |
RUN mkdir -p /home/coder/project && chown -R coder:coder /home/coder/project
|
|
|
|
| 28 |
|
| 29 |
# Install Python libraries
|
| 30 |
RUN pip3 install --break-system-packages --no-cache-dir --upgrade pip setuptools wheel && \
|
| 31 |
+
pip3 install --break-system-packages ipython virtualenv jupyter yt-dlp
|
| 32 |
|
| 33 |
# Setup workspace
|
| 34 |
RUN mkdir -p /home/coder/project && chown -R coder:coder /home/coder/project
|