File tree Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ RUN echo "**** Install SteamCMD ****" \
24
24
&& echo steam steam/license note '' | debconf-set-selections \
25
25
&& dpkg --add-architecture i386 \
26
26
&& apt-get update \
27
- && apt-get install -y --no-install-recommends ca-certificates locales lib32gcc1 libsdl2-2.0-0:i386 tzdata steamcmd \
27
+ && apt-get install -y --no-install-recommends \
28
+ ca-certificates \
29
+ locales \
30
+ lib32gcc-s1 \
31
+ libsdl2-2.0-0:i386 \
32
+ tzdata \
33
+ steamcmd \
28
34
&& ln -s /usr/games/steamcmd /usr/bin/steamcmd \
29
35
&& apt-get -y autoremove \
30
36
&& apt-get -y clean \
@@ -38,6 +44,3 @@ ENV LANGUAGE=en_US:en
38
44
39
45
ENTRYPOINT ["steamcmd"]
40
46
CMD ["+help", "+quit"]
41
-
42
- # Basic health check: run a no-op steamcmd help then quit
43
- HEALTHCHECK --interval=30m --timeout=30s --start-period=30s --retries=3 CMD steamcmd +login anonymous +app_info_update 1 +quit > /dev/null 2>&1 || exit 1
Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ RUN echo "**** Install SteamCMD ****" \
24
24
&& echo steam steam/license note '' | debconf-set-selections \
25
25
&& dpkg --add-architecture i386 \
26
26
&& apt-get update \
27
- && apt-get install -y --no-install-recommends ca-certificates locales lib32gcc-s1 libsdl2-2.0-0:i386 tzdata steamcmd \
27
+ && apt-get install -y --no-install-recommends \
28
+ ca-certificates \
29
+ locales \
30
+ lib32gcc-s1 \
31
+ libsdl2-2.0-0:i386 \
32
+ tzdata \
33
+ steamcmd \
28
34
&& ln -s /usr/games/steamcmd /usr/bin/steamcmd \
29
35
&& apt-get -y autoremove \
30
36
&& apt-get -y clean \
@@ -38,6 +44,3 @@ ENV LANGUAGE=en_US:en
38
44
39
45
ENTRYPOINT ["steamcmd"]
40
46
CMD ["+help", "+quit"]
41
-
42
- # Basic health check: run a no-op steamcmd help then quit
43
- HEALTHCHECK --interval=30m --timeout=30s --start-period=30s --retries=3 CMD steamcmd +login anonymous +app_info_update 1 +quit > /dev/null 2>&1 || exit 1
Original file line number Diff line number Diff line change @@ -24,7 +24,13 @@ RUN echo "**** Install SteamCMD ****" \
24
24
&& echo steam steam/license note '' | debconf-set-selections \
25
25
&& dpkg --add-architecture i386 \
26
26
&& apt-get update \
27
- && apt-get install -y --no-install-recommends ca-certificates locales lib32gcc-s1 libsdl2-2.0-0:i386 tzdata steamcmd \
27
+ && apt-get install -y --no-install-recommends \
28
+ ca-certificates \
29
+ locales \
30
+ lib32gcc-s1 \
31
+ libsdl2-2.0-0:i386 \
32
+ tzdata \
33
+ steamcmd \
28
34
&& ln -s /usr/games/steamcmd /usr/bin/steamcmd \
29
35
&& apt-get -y autoremove \
30
36
&& apt-get -y clean \
@@ -38,6 +44,3 @@ ENV LANGUAGE=en_US:en
38
44
39
45
ENTRYPOINT ["steamcmd"]
40
46
CMD ["+help", "+quit"]
41
-
42
- # Basic health check: run a no-op steamcmd help then quit
43
- HEALTHCHECK --interval=30m --timeout=30s --start-period=30s --retries=3 CMD steamcmd +login anonymous +app_info_update 1 +quit > /dev/null 2>&1 || exit 1
You can’t perform that action at this time.
0 commit comments