We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddfde1 commit a15e8f2Copy full SHA for a15e8f2
Dockerfile
@@ -31,6 +31,9 @@ RUN set -x \
31
&& rm -rf /var/lib/apt/lists/* \
32
&& groupadd -g ${GID} steam \
33
&& useradd -u ${UID} -g ${GID} -ms /bin/bash steam \
34
+ && mkdir -p /home/steam/.local/share/Steam/ \
35
+ && cp -R /root/.local/share/Steam/steamcmd/ /home/steam/.local/share/Steam/steamcmd/ \
36
+ && chown -R ${UID}:${GID} /home/steam/.local/ \
37
&& gosu nobody true
38
39
RUN mkdir -p /config \
0 commit comments