2020-08-13 05:25:05 +02:00
|
|
|
FROM zombi/steam:latest
|
2017-04-13 11:17:11 +02:00
|
|
|
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"]
|