Update Dockerfile

This commit is contained in:
basshound 2024-05-02 12:31:51 +00:00
parent 8e65af735d
commit 7ccff48961
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@ LABEL version="0.1"
LABEL description="This is a custom Docker Image for UT4 Hub Server " LABEL description="This is a custom Docker Image for UT4 Hub Server "
# Update Ubuntu Software repository # Update Ubuntu Software repository
RUN useradd -ms /bin/bash ut #RUN useradd -ms /bin/bash ut
RUN apt update RUN apt update
RUN apt upgrade -y RUN apt upgrade -y
RUN apt install unzip -y 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
#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