Commit 67ec496cb3a8a85040945e5fd0ff0449cd6136a8
1 parent
9bb0f009
Exists in
master
and in
4 other branches
Add ffmpy installation on dockerfile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Dockerfile
| ... | ... | @@ -46,7 +46,7 @@ RUN pip install graypy[amqp] |
| 46 | 46 | RUN apt-get install -y pkg-config libfreetype6-dev libpng-dev xvfb |
| 47 | 47 | RUN apt-get install -y python-yaml libgomp1 python-numpy python-pyfits python-matplotlib idle |
| 48 | 48 | RUN pip install nltk==3.0.5 nltk_tgrep --upgrade |
| 49 | -RUN pip install pysrt pyvirtualdisplay | |
| 49 | +RUN pip install pysrt ffmpy pyvirtualdisplay | |
| 50 | 50 | RUN apt-get install -y software-properties-common |
| 51 | 51 | |
| 52 | 52 | #Install FFmpeg | ... | ... |