From d9737dd70a361cd07832cd32862f3a1558f52933 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 15:44:31 +0100 Subject: [PATCH] Update Dockerfile --- acc-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acc-web/Dockerfile b/acc-web/Dockerfile index 6210591..bfd243b 100644 --- a/acc-web/Dockerfile +++ b/acc-web/Dockerfile @@ -12,7 +12,7 @@ RUN echo steam steam/question select "I AGREE" | debconf-set-selections RUN echo steam steam/license note '' | debconf-set-selections -RUN apt install wget screen lib32gcc1 -y +RUN apt install wget screen -y RUN add-apt-repository multiverse RUN apt update RUN apt install lib32gcc-s1 steamcmd -y