Update Dockerfile
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
This commit is contained in:
parent
c5df8f315c
commit
a9de068961
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user