Update DockerFile

This commit is contained in:
Poag 2017-07-05 09:35:59 +01:00 committed by GitHub
parent 57b75aece9
commit 28e51a0580

View File

@ -11,8 +11,10 @@ RUN echo "deb http://www.deb-multimedia.org jessie main non-free" | tee /etc/apt
&& apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg
#Download and install stable version of Nadeko
RUN curl -L https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_installer_latest.sh | sh \
&& curl -L https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_autorestart.sh > nadeko.sh \
RUN wget https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_installer_latest.sh \
&& chmod 755 nadeko_installer_latest.sh \
&& /opt/nadeko_installer_latest.sh \
&& wget -O nadeko.sh https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_autorestart.sh \
&& chmod 755 nadeko.sh
VOLUME ["/opt"]