From 2114177b5c3580166a12df30cf2666146251af20 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 15:31:14 +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 8258b29..97beeb6 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 steamcmd/question select "I AGREE" | debconf-set-selections -RUN echo steam steamcmd/license note '' | debconf-set-selections +RUN echo steam steam/question select "I AGREE" | debconf-set-selections +RUN echo steam steam/license note '' | debconf-set-selections RUN apt install steamcmd