committed by
GitHub
3 changed files with 5 additions and 0 deletions
@ -3,6 +3,8 @@ FROM ubuntu:18.04 |
|||
LABEL maintainer="LinuxGSM <[email protected]>" |
|||
ARG DEBIAN_FRONTEND=noninteractive |
|||
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] |
|||
|
|||
# Install SteamCMD |
|||
RUN echo "**** Install SteamCMD ****" \ |
|||
&& echo steam steam/question select "I AGREE" | debconf-set-selections \ |
|||
|
@ -3,6 +3,8 @@ FROM ubuntu:20.04 |
|||
LABEL maintainer="LinuxGSM <[email protected]>" |
|||
ARG DEBIAN_FRONTEND=noninteractive |
|||
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] |
|||
|
|||
# Install SteamCMD |
|||
RUN echo "**** Install SteamCMD ****" \ |
|||
&& echo steam steam/question select "I AGREE" | debconf-set-selections \ |
|||
|
@ -2,6 +2,7 @@ FROM ubuntu:22.04 |
|||
|
|||
LABEL maintainer="LinuxGSM <[email protected]>" |
|||
ARG DEBIAN_FRONTEND=noninteractive |
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] |
|||
|
|||
# Install SteamCMD |
|||
RUN echo "**** Install SteamCMD ****" \ |
|||
|
Loading…
Reference in new issue