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