From 7ea95d7a82ccb90c20a87ce9ce76232d6361c6d5 Mon Sep 17 00:00:00 2001 From: Poag Date: Thu, 1 Jun 2017 08:53:39 +0100 Subject: [PATCH] Update DockerFile --- DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerFile b/DockerFile index f431e8c..c5f0796 100644 --- a/DockerFile +++ b/DockerFile @@ -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 #Download and install stable version of Nadeko -RUN curl -L https://github.com/Kwoth/NadekoBot-BashScript/raw/master/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 \ && chmod 755 nadeko.sh