steam-insurgency/Dockerfile

14 lines
470 B
Docker
Raw Normal View History

2017-04-13 11:17:11 +02:00
FROM zombi/steam-base
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"]