added ffmpeg
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN chmod 755 /srv
|
|
| 11 |
|
| 12 |
RUN apt-get update && \
|
| 13 |
apt-get install -y --no-install-recommends \
|
| 14 |
-
aria2
|
| 15 |
|
| 16 |
#copy requirements
|
| 17 |
COPY requirements.txt .
|
|
|
|
| 11 |
|
| 12 |
RUN apt-get update && \
|
| 13 |
apt-get install -y --no-install-recommends \
|
| 14 |
+
aria2 ffmpeg
|
| 15 |
|
| 16 |
#copy requirements
|
| 17 |
COPY requirements.txt .
|