Update DockerFile

This commit is contained in:
Poag 2017-06-07 13:07:41 +01:00 committed by GitHub
parent 68fd58533d
commit 2fae65bb4c

View File

@ -11,7 +11,7 @@ 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 && apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg
#Download and install stable version of Nadeko #Download and install stable version of Nadeko
RUN curl -L https://raw.githubusercontent.com/samdivaio/NadekoBot-BashScript/1.4/nadeko_installer_latest.sh | sh \ RUN curl -L https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_installer_1_4.sh | sh \
&& curl -L https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_autorestart.sh > nadeko.sh \ && curl -L https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_autorestart.sh > nadeko.sh \
&& chmod 755 nadeko.sh && chmod 755 nadeko.sh