From 31f85bbed433fc726cc436747e5aaa9a911793f7 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 15:37:59 +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 f2cf795..adab043 100644 --- a/acc-web/Dockerfile +++ b/acc-web/Dockerfile @@ -11,7 +11,7 @@ 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 --install-recommends steamcmd -y +RUN apt install steamcmd -y RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip