mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-12 22:02:41 +00:00
Update Dockerfile
This commit is contained in:
parent
ce3ab95032
commit
178db64449
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue