Compare commits

...

1 Commits
1.4 ... master

Author SHA1 Message Date
Poag
28e51a0580 Update DockerFile 2017-07-05 09:35:59 +01:00

View File

@ -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"]