Adding rsync to pre installed packages

This commit is contained in:
unknown
2016-05-09 08:50:26 +01:00
parent fa85d4e0b4
commit aa779c7e8b
2 changed files with 8 additions and 4 deletions

View File

@ -9,7 +9,7 @@ echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /
# Install Pre Requisites
RUN add-apt-repository ppa:mc3man/trusty-media -y
RUN apt-get -q update && \
apt-get install -qy wget libopus0 opus-tools libopus-dev mono-devel unzip ffmpeg
apt-get install -qy wget libopus0 opus-tools libopus-dev mono-devel unzip ffmpeg rsync
#Mappings and ports
VOLUME ["/config"]