From a6a43cc806086d2d17487f51c90bceee538dfd80 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs <me@danielgibbs.co.uk> Date: Wed, 19 Oct 2022 13:22:08 +0100 Subject: [PATCH] fix: remove -y --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57f67b9..4d4166b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN echo "**** Install SteamCMD ****" \ && echo steam steam/question select "I AGREE" | debconf-set-selections \ && echo steam steam/license note '' | debconf-set-selections \ && dpkg --add-architecture i386 \ -&& apt-get update -y \ +&& apt-get update \ && apt-get install -y --no-install-recommends libsdl2-2.0-0:i386 locales steamcmd \ && ln -s /usr/games/steamcmd /usr/bin/steamcmd \ && apt-get -y autoremove \