mirror of
https://github.com/luzifer-docker/terraria.git
synced 2024-11-09 13:10:01 +00:00
Terraria 1.4.2.3
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5612d2dcff
commit
f48c80b70f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM debian:stretch
|
FROM debian:stretch
|
||||||
|
|
||||||
ENV TERRARIA_VERISON=1353 \
|
ENV TERRARIA_VERSION=1423 \
|
||||||
DUMB_INIT_VERSION=1.2.1 \
|
DUMB_INIT_VERSION=1.2.1 \
|
||||||
GOSU_VERSION=1.10 \
|
GOSU_VERSION=1.10 \
|
||||||
TERRARIA_DOCKER_VERSION=v0.3.0 \
|
TERRARIA_DOCKER_VERSION=v0.3.0 \
|
||||||
|
@ -23,7 +23,7 @@ RUN set -ex \
|
||||||
/usr/local/bin/dumb-init \
|
/usr/local/bin/dumb-init \
|
||||||
/usr/local/bin/gosu \
|
/usr/local/bin/gosu \
|
||||||
&& mkdir -p ${SERVER} \
|
&& mkdir -p ${SERVER} \
|
||||||
&& curl -sSfLo /tmp/terraria.zip "http://terraria.org/server/terraria-server-${TERRARIA_VERISON}.zip" \
|
&& curl -sSfLo /tmp/terraria.zip "https://terraria.org/api/download/pc-dedicated-server/terraria-server-${TERRARIA_VERSION}.zip" \
|
||||||
&& unzip -d ${SERVER} /tmp/terraria.zip \
|
&& unzip -d ${SERVER} /tmp/terraria.zip \
|
||||||
&& chown -R gameserver:gameserver ${SERVER} \
|
&& chown -R gameserver:gameserver ${SERVER} \
|
||||||
&& rm /tmp/terraria.zip \
|
&& rm /tmp/terraria.zip \
|
||||||
|
|
Loading…
Reference in a new issue