Add steamcmd from the distro.

This commit is contained in:
Daniel Ceregatti 2024-06-21 19:18:02 -07:00
parent ea6079d037
commit ffc2400d8b

View file

@ -6,7 +6,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
# Install only the necessary packages
RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends \
nano \
procps
procps \
steamcmd
# Setup a non-privileged user
ARG USER_ID