Skip to content

Commit 48312ca

Browse files
authored
Merge pull request #31 from SinusBot/v1.0.0-beta.3
update to v1.0.0-beta.3
2 parents 59bf7b7 + 32ad9d6 commit 48312ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL description="SinusBot Docker Image for Discord only."
55

66
# Install dependencies and clean up afterwards
77
RUN 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

1111
WORKDIR /opt/sinusbot

discord/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)