diff --git a/Dockerfile b/Dockerfile index 3af1a01..cef5c11 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ CMD ["/sbin/my_init"] # Install Dependencies RUN apt-get update -q && \ -apt-get install -qy git python wget && \ +apt-get install -qy git ffmpeg python wget && \ apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* #Volumes and Ports