Update DockerFile

Added nano to pre installed
This commit is contained in:
Poag 2016-08-03 15:39:04 +01:00 committed by GitHub
parent b322acad34
commit 7123e4a673

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 rsync
apt-get install -qy wget libopus0 opus-tools libopus-dev mono-devel unzip ffmpeg rsync nano
#Mappings and ports
VOLUME ["/config"]
@ -22,4 +22,4 @@ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
#Adding Custom files
ADD init/ /etc/my_init.d/
ADD services/ /etc/service/
RUN chmod -v +x /etc/service/*/run /etc/my_init.d/*.sh
RUN chmod -v +x /etc/service/*/run /etc/my_init.d/*.sh