Update Dockerfile

This commit is contained in:
Sean Dion 2015-07-28 15:19:12 -05:00
parent 0a8b05e1df
commit 9be9035483

View file

@ -10,6 +10,7 @@ CMD ["/sbin/my_init"]
# Install Dependencies # Install Dependencies
RUN apt-get update -q && \ RUN apt-get update -q && \
add-apt-repository ppa:mc3man/trusty-media && \
apt-get install -qy git ffmpeg 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/*