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

This commit is contained in:
Jack Hadrill 2022-08-09 18:21:32 +00:00
parent ce45b31656
commit 6f0b99d1b3
1 changed files with 6 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM ubuntu:22.04
WORKDIR /game
RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32 wine64 && 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" ]