Update Dockerfile
This commit is contained in:
parent
b28cad39fc
commit
0d04a36ed4
|
@ -14,7 +14,7 @@ RUN apt install unzip -y
|
||||||
RUN apt install wget -y
|
RUN apt install wget -y
|
||||||
USER ut
|
USER ut
|
||||||
WORKDIR /home/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://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 wget https://utils.navto.cc/UnrealTournament-Server-XAN-3525360-Linux.zip
|
||||||
RUN unzip UnrealTournament-Server-XAN-3525360-Linux.zip
|
RUN unzip UnrealTournament-Server-XAN-3525360-Linux.zip
|
||||||
|
|
Loading…
Reference in New Issue