Update 'Dockerfile'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jack Hadrill 2022-08-09 18:43:28 +00:00
parent c11c0ec35d
commit 4241498376
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:22.04 FROM ubuntu:22.04
WORKDIR /game WORKDIR /game
RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32 wine64 && apt-get clean RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32 && apt-get clean
CMD [ "wine", "/game/iw4x.exe", "-dedicated", "-stdout", "+set", "net_port", "26961", "+exec", "server.cfg", "+party_enable", "0", "+sv_maxclients", "20", "+map_rotate" ] CMD [ "wine", "/game/iw4x.exe", "-dedicated", "-stdout", "+set", "net_port", "26961", "+exec", "server.cfg", "+party_enable", "0", "+sv_maxclients", "20", "+map_rotate" ]