Update TeamSpeak3 to version 3.0.18.2.

pull/3/head
Icedream 2015-10-23 11:48:09 +02:00
parent 978f213a3b
commit 17ada4dc46
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN mkdir -p /config &&\
# install teamspeak3 # install teamspeak3
# Original comment that used to be here: temporary non-interactive teamspeak3 install hack, remove before publishing!! # Original comment that used to be here: temporary non-interactive teamspeak3 install hack, remove before publishing!!
# In fact, it would be nice if we had some lazy handling code for this that just requires the user to provide a "--agree-with-license" once. # In fact, it would be nice if we had some lazy handling code for this that just requires the user to provide a "--agree-with-license" once.
ENV TS3CLIENT_VERSION 3.0.18.1 ENV TS3CLIENT_VERSION 3.0.18.2
ADD http://dl.4players.de/ts/releases/${TS3CLIENT_VERSION}/TeamSpeak3-Client-linux_amd64-${TS3CLIENT_VERSION}.run /home/app/ts3client.run ADD http://dl.4players.de/ts/releases/${TS3CLIENT_VERSION}/TeamSpeak3-Client-linux_amd64-${TS3CLIENT_VERSION}.run /home/app/ts3client.run
WORKDIR /home/app WORKDIR /home/app
RUN chmod +x ./ts3client.run &&\ RUN chmod +x ./ts3client.run &&\