From 7a0f7ca332cf7ba0501f1c0358847219e0e8711e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 16 Oct 2018 15:55:04 +0200 Subject: [PATCH] adsads --- docker-liquidsoap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-liquidsoap/Dockerfile b/docker-liquidsoap/Dockerfile index 36427b9..28abda2 100644 --- a/docker-liquidsoap/Dockerfile +++ b/docker-liquidsoap/Dockerfile @@ -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 && \