diff --git a/DockerFile b/DockerFile index 78383c8..777974f 100644 --- a/DockerFile +++ b/DockerFile @@ -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 \ No newline at end of file +RUN chmod -v +x /etc/service/*/run /etc/my_init.d/*.sh