This commit is contained in:
Daniel Løvbrøtte Olsen 2018-10-16 15:55:04 +02:00
parent a54e9bafc2
commit 7a0f7ca332
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MAINTAINER Daniel
USER root
RUN apt-get -q update && \
apt-get install -qq -yy python festival sox && \
apt-get install -qq -yy python festival sox ffmpeg && \
apt-get clean
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && \