Clarified comment in Dockerfile regarding TS3 install hack.

master
Icedream 2015-10-16 13:15:14 +02:00
parent 61969a3ff5
commit 13559d005b
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ RUN mkdir -p /config &&\
ln -sf /config ~app/.ts3bot ln -sf /config ~app/.ts3bot
# install teamspeak3 # install teamspeak3
# 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.
ENV TS3CLIENT_VERSION 3.0.18.1 ENV TS3CLIENT_VERSION 3.0.18.1
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