From 0d04a36ed4f9e2a08165bb60bdd73681151b2d62 Mon Sep 17 00:00:00 2001 From: basshound Date: Mon, 29 Apr 2024 16:04:15 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce13355..05d1002 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt install unzip -y RUN apt install wget -y USER ut WORKDIR /home/ut -VOLUME["./paks:/home/ut/LinuxServer/UnrealTournament/Content/Paks/"] + #RUN wget https://s3.amazonaws.com/unrealtournament/ShippedBuilds/%2B%2BUT%2BRelease-Next-CL-3525360/UnrealTournament-Server-XAN-3525360-Linux.zip RUN wget https://utils.navto.cc/UnrealTournament-Server-XAN-3525360-Linux.zip RUN unzip UnrealTournament-Server-XAN-3525360-Linux.zip