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"]
|
||||
|
Loading…
Reference in New Issue
Block a user