From a9de068961ee4bc42308351602734ae8807e8056 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 27 Sep 2023 14:57:34 +0100 Subject: [PATCH] Update Dockerfile --- ACC/Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ACC/Dockerfile b/ACC/Dockerfile index 8df7cd1..9b42915 100644 --- a/ACC/Dockerfile +++ b/ACC/Dockerfile @@ -5,17 +5,6 @@ RUN apt-get update && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -#RUN add-apt-repository multiverse -RUN apt install software-properties-common -RUN dpkg --add-architecture i386 -RUN apt update -RUN apt install lib32gcc-s1 steamcmd - -RUN apt-get install wine-development - -RUN mkdir -p /server -RUN steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/server +app_update 1430110 +quit - RUN mkdir -p /accservermanager /data WORKDIR /accservermanager