Update Dockerfile

This commit is contained in:
hernandito 2015-07-28 21:35:29 -04:00
parent 9be9035483
commit 93d3fbdf12

View file

@ -9,10 +9,12 @@ ENV TERM screen
CMD ["/sbin/my_init"] CMD ["/sbin/my_init"]
# Install Dependencies # Install Dependencies
RUN add-apt-repository ppa:mc3man/trusty-media
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 clean && rm -rf /var/lib/apt/lists/* /var/tmp/* RUN apt-get install -qy git ffmpeg python wget
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
#Volumes and Ports #Volumes and Ports
EXPOSE 8181 EXPOSE 8181