From 5528905c24a49a821e3a3aee31418403c15f4db3 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 15:28:18 +0100 Subject: [PATCH] Update Dockerfile --- acc-web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acc-web/Dockerfile b/acc-web/Dockerfile index 97beeb6..8258b29 100644 --- a/acc-web/Dockerfile +++ b/acc-web/Dockerfile @@ -8,8 +8,8 @@ RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/d RUN apt update RUN apt install --install-recommends winehq-stable -y -RUN echo steam steam/question select "I AGREE" | debconf-set-selections -RUN echo steam steam/license note '' | debconf-set-selections +RUN echo steam steamcmd/question select "I AGREE" | debconf-set-selections +RUN echo steam steamcmd/license note '' | debconf-set-selections RUN apt install steamcmd