|
|
@ -11,7 +11,7 @@ RUN echo "**** Install SteamCMD ****" \ |
|
|
|
&& echo steam steam/license note '' | debconf-set-selections \ |
|
|
|
&& dpkg --add-architecture i386 \ |
|
|
|
&& apt-get update \ |
|
|
|
&& apt-get install -y --no-install-recommends ca-certificates locales lib32gcc-s1 steamcmd \ |
|
|
|
&& apt-get install -y --no-install-recommends ca-certificates locales lib32gcc-s1 libsdl2-2.0-0:i386 steamcmd \ |
|
|
|
&& ln -s /usr/games/steamcmd /usr/bin/steamcmd \ |
|
|
|
&& apt-get -y autoremove \ |
|
|
|
&& apt-get -y clean \ |
|
|
|