mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00
Fix steamcmd PATH issue.
This commit is contained in:
parent
fd83a017e1
commit
12e6306833
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
|
||||||
procps \
|
procps \
|
||||||
steamcmd
|
steamcmd
|
||||||
|
|
||||||
|
# Add steamcmd to the PATH
|
||||||
|
ENV PATH="/usr/games:${PATH}"
|
||||||
|
|
||||||
# Setup a non-privileged user
|
# Setup a non-privileged user
|
||||||
ARG USER_ID
|
ARG USER_ID
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue