From eda0710b877af8379c5ebe15210960569f1ea8ab Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 11 Jul 2020 14:37:41 -0400 Subject: [PATCH] Add required libraries --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 356fdef..da964c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,5 +41,9 @@ ENV \ \${CUSTOMPARAMETERS} \ " +RUN dpkg --add-architecture i386 \ + && apt-get update \ + && apt-get install lib32z1 libncurses5:i386 libbz2-1.0:i386 lib32gcc1 lib32stdc++6 libtinfo5:i386 libcurl3-gnutls:i386 + # Satisfies TF2's requirement of the steam client library RUN mkdir -p ~/.steam/sdk32; ln -s /opt/steamcmd/linux32/steamclient.so ~/.steam/sdk32/steamclient.so \ No newline at end of file