Update 'Dockerfile'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
c11c0ec35d
commit
4241498376
|
@ -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" ]
|
Loading…
Reference in New Issue