Update DockerFile
Added nano to pre installed
This commit is contained in:
parent
b322acad34
commit
7123e4a673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user