steamcmd
steamcmd copied to clipboard
Minimal image containing Valve's SteamCMD binary: https://hub.docker.com/r/cm2network/steamcmd/
Hello, i am using steamcmd inside a CI Pipeline and i use the root variant. I needed to install gettext-base in order to use envsubst. Now that the weird things,...
This issue doesn't necessarily have anything to do with this repository. I have also tried posting about this [on Steam forums](https://steamcommunity.com/discussions/forum/14/3464975249567851250/). Posting here just in case this is a more...
I think this was in ID 570, I would like to know if it is currently possible to configure and run it?
I'm trying to run an image that uses this image as its base, and I'm hitting issues. After messing about with things a bit, I've run `docker run -it cm2network/steamcmd:root...
Running docker compose run --rm login against the Compose manifest ```yaml services: login: image: cm2network/steamcmd restart: never command: bash /home/steam/steamcmd/steamcmd.sh +login ${STEAM_USER} ${STEAM_PASSWORD} +quit volumes: - .state/Steam:/home/steam/Steam cs2: image: cm2network/cs2...