Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN apt-get update && \
|
|
| 28 |
|
| 29 |
# 2) Install system dependencies + Python + pip
|
| 30 |
RUN apt-get update && \
|
| 31 |
-
apt-get install -y python3 python3-full python3-pip && \
|
| 32 |
rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
RUN echo 'export PATH="$PYENV_ROOT/bin:$PATH" \
|
|
|
|
| 28 |
|
| 29 |
# 2) Install system dependencies + Python + pip
|
| 30 |
RUN apt-get update && \
|
| 31 |
+
apt-get install -y ffmpeg python3 python3-full python3-pip && \
|
| 32 |
rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
RUN echo 'export PATH="$PYENV_ROOT/bin:$PATH" \
|