From 1eaae6309cb06091affa65d1a42c4d8e80d0dc38 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 6 Nov 2022 01:01:52 +0000 Subject: [PATCH] add libsdl2-2.0-0:i386 --- Dockerfile.ubuntu-1804 | 2 +- Dockerfile.ubuntu-2004 | 2 +- Dockerfile.ubuntu-2204 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.ubuntu-1804 b/Dockerfile.ubuntu-1804 index e626cae..4dac6ad 100644 --- a/Dockerfile.ubuntu-1804 +++ b/Dockerfile.ubuntu-1804 @@ -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 lib32gcc1 steamcmd \ + && apt-get install -y --no-install-recommends ca-certificates locales lib32gcc1 libsdl2-2.0-0:i386 steamcmd \ && ln -s /usr/games/steamcmd /usr/bin/steamcmd \ && apt-get -y autoremove \ && apt-get -y clean \ diff --git a/Dockerfile.ubuntu-2004 b/Dockerfile.ubuntu-2004 index 1511cea..31bdc86 100644 --- a/Dockerfile.ubuntu-2004 +++ b/Dockerfile.ubuntu-2004 @@ -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 lib32gcc1 steamcmd \ + && apt-get install -y --no-install-recommends ca-certificates locales lib32gcc1 libsdl2-2.0-0:i386 steamcmd \ && ln -s /usr/games/steamcmd /usr/bin/steamcmd \ && apt-get -y autoremove \ && apt-get -y clean \ diff --git a/Dockerfile.ubuntu-2204 b/Dockerfile.ubuntu-2204 index 5f1659a..2e60072 100644 --- a/Dockerfile.ubuntu-2204 +++ b/Dockerfile.ubuntu-2204 @@ -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 \