🤷
This commit is contained in:
parent
07a66125f0
commit
d9d70d7b22
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN dpkg --add-architecture i386 \
|
||||||
zlib1g \
|
zlib1g \
|
||||||
zlibc \
|
zlibc \
|
||||||
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
|
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
|
||||||
&& apt install -y nodejs \
|
&& apt install -y nodejs \
|
||||||
&& groupadd -g 999 container \
|
&& groupadd -g 999 container \
|
||||||
&& useradd -m -d /home/container -u 999 -g container container \
|
&& useradd -m -d /home/container -u 999 -g container container \
|
||||||
&& mkdir -p /home/container/gameserver/steam_cache \
|
&& mkdir -p /home/container/gameserver/steam_cache \
|
||||||
|
|
Loading…
Reference in a new issue