Update DockerFile
This commit is contained in:
parent
f5ea0908d4
commit
cd8c8b3281
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user