add FFMPEG

This commit is contained in:
Sean Dion 2015-07-28 15:15:11 -05:00
parent fa5db09584
commit efbd704db8

View file

@ -10,7 +10,7 @@ CMD ["/sbin/my_init"]
# Install Dependencies # Install Dependencies
RUN apt-get update -q && \ 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/* apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
#Volumes and Ports #Volumes and Ports