Mbonea commited on
Commit
e2384ee
1 Parent(s): f995c5b

added ffmpeg

Browse files
Files changed (1) hide show
  1. 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 .