mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-12 13:52:42 +00:00
no message
This commit is contained in:
parent
5ffefb151d
commit
0699812a3a
1 changed files with 1 additions and 1 deletions
|
@ -19,8 +19,8 @@ VOLUME ["/teamspeak3"]
|
|||
#RUN apt-get update && apt-get install -y curl
|
||||
|
||||
# Download TS3 file and extract it into /opt.
|
||||
#RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz
|
||||
ADD ${TEAMSPEAK_URL} /opt/
|
||||
RUN tar -xzf teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
|
||||
ADD /scripts/ /opt/scripts/
|
||||
RUN chmod -R 774 /opt/scripts/
|
||||
|
||||
|
|
Loading…
Reference in a new issue