Fix steamcmd PATH issue.

This commit is contained in:
Daniel Ceregatti 2024-06-21 19:29:12 -07:00
parent fd83a017e1
commit 12e6306833

View file

@ -18,6 +18,9 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
procps \
steamcmd
# Add steamcmd to the PATH
ENV PATH="/usr/games:${PATH}"
# Setup a non-privileged user
ARG USER_ID