Skip to content

Commit

Permalink
Merge pull request #21 from jsknnr/dev
Browse files Browse the repository at this point in the history
forgot to actually change the ownership
  • Loading branch information
jsknnr authored Jan 25, 2024
2 parents 76c5d6e + bbfe6ec commit edf58c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ ENV ENSHROUDED_CONFIG "${ENSHROUDED_PATH}/enshrouded_server.json"
ENV WINEPREFIX "/home/steam/.enshrouded_prefix"
ENV WINEARCH "win64"

RUN groupadd -g 1000 steam \
&& useradd -g 1000 -u 1000 -m steam \
RUN groupadd -g 10000 steam \
&& useradd -g 10000 -u 10000 -m steam \
&& dpkg --add-architecture i386 \
&& apt-get update \
&& apt-get install -y \
ca-certificates \
curl \
wget \
vim \
jq \
lib32gcc-s1 \
cabextract \
Expand Down

0 comments on commit edf58c4

Please sign in to comment.