FROM zombi/steam-base MAINTAINER MadMaurice 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"]