From 6846d958d6c7d736aced1b147856dc0d260f4fe8 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 11 Jul 2020 14:38:52 -0400 Subject: [PATCH] Force install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da964c1..9be4279 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ ENV \ 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 + && apt-get -y 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