From 28e51a05805f049acfd373eec772a0bba7d81608 Mon Sep 17 00:00:00 2001 From: Poag Date: Wed, 5 Jul 2017 09:35:59 +0100 Subject: [PATCH] Update DockerFile --- DockerFile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DockerFile b/DockerFile index 8c1198b..caef3cd 100644 --- a/DockerFile +++ b/DockerFile @@ -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"]