From 13559d005bbfe5a532b3c3536db06fc7003bb84c Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 16 Oct 2015 13:15:14 +0200 Subject: [PATCH] Clarified comment in Dockerfile regarding TS3 install hack. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 966fb4a..7921e0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,8 @@ RUN mkdir -p /config &&\ ln -sf /config ~app/.ts3bot # 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 ADD http://dl.4players.de/ts/releases/${TS3CLIENT_VERSION}/TeamSpeak3-Client-linux_amd64-${TS3CLIENT_VERSION}.run /home/app/ts3client.run WORKDIR /home/app