Update DockerFile

This commit is contained in:
Poag 2017-07-05 09:24:49 +01:00 committed by GitHub
parent 09c6a822d7
commit ad2e040bab

View File

@ -14,8 +14,8 @@ RUN apt-get update \
&& apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg rsync
#Download and install stable version of Nadeko
RUN wget https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_installer_1_4.sh | sh \
&& wget https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_autorestart.sh > nadeko.sh \
RUN curl -L https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_installer_1_4.sh | sh \
&& curl -L https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_autorestart.sh > nadeko.sh \
&& chmod 755 nadeko.sh
VOLUME ["/root/nadeko"]