Update Dockerfile

This commit is contained in:
devalx 2014-04-11 16:06:48 +02:00
parent fa7e5cda7c
commit 2e090571ac

View file

@ -13,7 +13,7 @@ MAINTAINER Alex
ENV TEAMSPEAK_URL http://dl.4players.de/ts/releases/3.0.10.3/teamspeak3-server_linux-amd64-3.0.10.3.tar.gz ENV TEAMSPEAK_URL http://dl.4players.de/ts/releases/3.0.10.3/teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
# Inject a Volume for any TS3-Data that needs to be persisted or to be accessible from the host. (e.g. for Backups) # Inject a Volume for any TS3-Data that needs to be persisted or to be accessible from the host. (e.g. for Backups)
VOLUME ["/teamspeak3"] #VOLUME ["/teamspeak3"]
# Update app-get index and install curl to download TS3 file. # Update app-get index and install curl to download TS3 file.
RUN apt-get update && apt-get install -y curl RUN apt-get update && apt-get install -y curl