Shift user designation to SteamCMD

This commit is contained in:
Gethec
2022-06-23 19:57:52 -05:00
parent bbaa5aa086
commit 7829fb9834
2 changed files with 1 additions and 1 deletions

View File

@@ -15,4 +15,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get install lib32gcc-s1 steamcmd -y --no-install-recommends && \
ln -s /usr/games/steamcmd /bin/steamcmd && \
useradd ${USER} -d ${HOME}
USER ${USER}