2 changed files with 6 additions and 5 deletions
@ -11,6 +11,7 @@ LABEL maintainer="LinuxGSM <[email protected]>" |
|||
ENV DEBIAN_FRONTEND noninteractive |
|||
ENV TERM=xterm |
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] |
|||
USER root |
|||
|
|||
## Install Base LinuxGSM Requirements |
|||
RUN echo "**** Install Base LinuxGSM Requirements ****" \ |
|||
@ -103,4 +104,4 @@ RUN (crontab -l 2>/dev/null; echo "*/30 * * * * /home/linuxgsm/*server update > |
|||
RUN (crontab -l 2>/dev/null; echo "0 1 * * 0 /home/linuxgsm/*server update-lgsm > /dev/null 2>&1") | crontab - |
|||
|
|||
# Run SteamCMD as LinuxGSM user |
|||
RUN steamcmd +quit |
|||
RUN steamcmd +quit |
|||
|
Loading…
Reference in new issue