This commit is contained in:
Jonny_Bro (Nikita) 2024-10-04 21:12:35 +05:00
parent 07a66125f0
commit d9d70d7b22
No known key found for this signature in database
GPG key ID: 3F1ECC04147E9BD8

View file

@ -22,7 +22,7 @@ RUN dpkg --add-architecture i386 \
zlib1g \
zlibc \
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt install -y nodejs \
&& apt install -y nodejs \
&& groupadd -g 999 container \
&& useradd -m -d /home/container -u 999 -g container container \
&& mkdir -p /home/container/gameserver/steam_cache \