From cd8c8b32815d0150c440ad8813cdf331bf751c02 Mon Sep 17 00:00:00 2001 From: Poag Date: Wed, 28 Jun 2017 10:14:41 +0100 Subject: [PATCH] Update DockerFile --- DockerFile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerFile b/DockerFile index 294d8fe..ef57ffa 100644 --- a/DockerFile +++ b/DockerFile @@ -11,8 +11,8 @@ 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 rsync #Download and install stable version of Nadeko -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 \ +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 \ && chmod 755 nadeko.sh VOLUME ["/root/nadeko"]