mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 20:40:00 +00:00
TeamSpeak 3.0.12.4
This commit is contained in:
parent
8da0e2db07
commit
0b9cabb1b2
1 changed files with 3 additions and 3 deletions
|
@ -14,15 +14,15 @@ RUN apt-get update \
|
||||||
|
|
||||||
## Set some variables for override.
|
## Set some variables for override.
|
||||||
# Download Link of TS3 Server
|
# Download Link of TS3 Server
|
||||||
ENV TEAMSPEAK_VERSION 3.0.12.3
|
ENV TEAMSPEAK_VERSION 3.0.12.4
|
||||||
ENV TEAMSPEAK_SHA1 d74d60853e6fb41be74d2dc198e37ab776a164fa
|
ENV TEAMSPEAK_SHA256 6bb0e8c8974fa5739b90e1806687128342b3ab36510944f576942e67df7a1bd9
|
||||||
|
|
||||||
# Inject a Volume for any TS3-Data that needs to be persisted or to be accessible from the host. (e.g. for Backups)
|
# Inject a Volume for any TS3-Data that needs to be persisted or to be accessible from the host. (e.g. for Backups)
|
||||||
VOLUME ["/teamspeak3"]
|
VOLUME ["/teamspeak3"]
|
||||||
|
|
||||||
# Download TS3 file and extract it into /opt.
|
# Download TS3 file and extract it into /opt.
|
||||||
RUN wget -O teamspeak3-server_linux-amd64.tar.bz2 http://dl.4players.de/ts/releases/${TEAMSPEAK_VERSION}/teamspeak3-server_linux_amd64-${TEAMSPEAK_VERSION}.tar.bz2 \
|
RUN wget -O teamspeak3-server_linux-amd64.tar.bz2 http://dl.4players.de/ts/releases/${TEAMSPEAK_VERSION}/teamspeak3-server_linux_amd64-${TEAMSPEAK_VERSION}.tar.bz2 \
|
||||||
&& echo "${TEAMSPEAK_SHA1} *teamspeak3-server_linux-amd64.tar.bz2" | sha1sum -c - \
|
&& echo "${TEAMSPEAK_SHA256} *teamspeak3-server_linux-amd64.tar.bz2" | sha256sum -c - \
|
||||||
&& tar -C /opt -xjf teamspeak3-server_linux-amd64.tar.bz2 \
|
&& tar -C /opt -xjf teamspeak3-server_linux-amd64.tar.bz2 \
|
||||||
&& rm teamspeak3-server_linux-amd64.tar.bz2
|
&& rm teamspeak3-server_linux-amd64.tar.bz2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue