File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11FROM sinusbot/docker:discord
22
33LABEL maintainer="Max Schmitt <max@schmitt.mx>"
4- LABEL description="Docker Image for the TeamSpeak 3 and Discord MusicBot called SinusBot ."
4+ LABEL description="SinusBot - TeamSpeak 3 and Discord music bot ."
55
66# Install dependencies and clean up afterwards
77RUN apt-get update && \
Original file line number Diff line number Diff line change 11FROM debian:stretch-slim
22
33LABEL maintainer="Max Schmitt <max@schmitt.mx>"
4- LABEL description="SinusBot Docker Image for Discord only. "
4+ LABEL description="SinusBot - Discord only image "
55
66# Install dependencies and clean up afterwards
77RUN apt-get update && \
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ case "$1" in
66
77" sinusbot" )
88 echo " Downloading SinusBot..."
9- curl -s https://www.sinusbot.com/pre/sinusbot-1.0.0-beta.5-b262b6a.tar.bz2 | tar xj
9+ VERSION=" 1.0.0-beta.6-f290553"
10+ curl -s " https://www.sinusbot.com/pre/sinusbot-$VERSION .tar.bz2" | tar xj
1011 chmod 755 sinusbot
1112 mv scripts default_scripts
1213 ln -s data/private.dat private.dat
You can’t perform that action at this time.
0 commit comments