From aaec654d1c04b21da38a4e02e085718d118714e0 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 15:27:50 +0100 Subject: [PATCH] Update Dockerfile --- acc-web/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/acc-web/Dockerfile b/acc-web/Dockerfile index 9fc581f..97beeb6 100644 --- a/acc-web/Dockerfile +++ b/acc-web/Dockerfile @@ -7,6 +7,10 @@ RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-buil RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources 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 apt install steamcmd RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip