steam-insurgency/Dockerfile
2020-08-13 05:25:05 +02:00

14 lines
472 B
Docker

FROM zombi/steam:latest
MAINTAINER MadMaurice <madmaurice@zom.bi>
EXPOSE 27015/udp
RUN /opt/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/insurgency +app_update 237410 validate +quit &&\
chown -R steam /home/steam/insurgency
WORKDIR /home/steam/insurgency
USER steam
ENTRYPOINT ["./srcds_run", "-game", "insurgency"]
CMD ["-console", "+mapgroup", "mg_active", "+map", "ministry", "+maxplayers", "8", "+mapcyclefile","mapcycle_cooperative.txt"]