From 178db6444996eb4a8bd4427b6dc755c968105056 Mon Sep 17 00:00:00 2001 From: devalx Date: Thu, 10 Apr 2014 15:35:11 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab0e6a8..481fbeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ VOLUME ["/teamspeak3"] # Update app-get index and install curl to download TS3 file. RUN apt-get update && apt-get install -y curl -# Download TS3 file and extract it into /opt. Also remove the compressed file after extracting. -RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz && rm teamspeak3-server_linux-amd64-3.0.10.3.tar.gz +# Download TS3 file and extract it into /opt. +RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz # create symlink for the sqlite db RUN cd /opt/teamspeak3-server_linux-amd64 && mklink ts3server.sqlitedb "/teamspeak3/ts3server.sqlitedb"