From 19dcf521ac364ba6ebcaa8c7490f7ea8ceee4632 Mon Sep 17 00:00:00 2001 From: basshound Date: Thu, 2 May 2024 12:36:31 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 533ca06..616a9c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,12 +7,12 @@ LABEL version="0.1" LABEL description="This is a custom Docker Image for UT4 Hub Server " # Update Ubuntu Software repository -#RUN useradd -ms /bin/bash ut +RUN useradd -ms /bin/bash ut RUN apt update RUN apt upgrade -y RUN apt install unzip -y RUN apt install wget -y -#USER ut +USER ut WORKDIR /home/ut #RUN wget https://s3.amazonaws.com/unrealtournament/ShippedBuilds/%2B%2BUT%2BRelease-Next-CL-3525360/UnrealTournament-Server-XAN-3525360-Linux.zip