From 120ada163ebc441805a41e0867601cca987af2fe Mon Sep 17 00:00:00 2001 From: Poag Date: Mon, 10 Jul 2017 11:29:20 +0100 Subject: [PATCH] Update DockerFile --- DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerFile b/DockerFile index ed73aad..4a67bd9 100644 --- a/DockerFile +++ b/DockerFile @@ -8,7 +8,7 @@ RUN echo "deb http://www.deb-multimedia.org jessie main non-free" | tee /etc/apt && apt-get update \ && apt-get install -y --force-yes deb-multimedia-keyring \ && apt-get update \ - && apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg youtube-dl python2 + && apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg youtube-dl #Download and install stable version of Nadeko RUN curl -L https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_installer_1_4.sh | sh \