File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL description="SinusBot Docker Image for Discord only."
55
66# Install dependencies and clean up afterwards
77RUN apt-get update && \
8- apt-get install -y --no-install-recommends ca-certificates bzip2 unzip curl python procps && \
8+ apt-get install -y --no-install-recommends ca-certificates bzip2 unzip curl python procps libpci3 libxslt1.1 libxkbcommon0 && \
99 rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
1010
1111WORKDIR /opt/sinusbot
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ case "$1" in
66
77" sinusbot" )
88 echo " Downloading SinusBot..."
9- curl -s https://www.sinusbot.com/dl /sinusbot.current .tar.bz2 | tar xj
9+ curl -s https://www.sinusbot.com/pre /sinusbot-1.0.0-beta.3-735814e .tar.bz2 | tar xj
1010 chmod 755 sinusbot
1111 mv scripts default_scripts
1212 ln -s data/private.dat private.dat
You can’t perform that action at this time.
0 commit comments