From 9be90354834c8e495ebecd712b0b070f4a0313f9 Mon Sep 17 00:00:00 2001 From: Sean Dion Date: Tue, 28 Jul 2015 15:19:12 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cef5c11..1ffea76 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ CMD ["/sbin/my_init"] # Install Dependencies RUN apt-get update -q && \ +add-apt-repository ppa:mc3man/trusty-media && \ apt-get install -qy git ffmpeg python wget && \ apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*