mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Add steamcmd from the distro.
This commit is contained in:
parent
ea6079d037
commit
ffc2400d8b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue