LinuxGSM-Docker
LinuxGSM-Docker copied to clipboard
Missing items
you till need to add the following missing items to your docker file
sudo apt install netcat lib32stdc++6 steamcmd
If you look at my fork i have it working for you if you want to pull it.
I'm guessing that you pull the pre-built image from dockerhub? That has not been updated in about a year, and is no longer compatible with current version of linuxgsm.sh. Ignore the README here for now, as it instructs you to use the dockerhub prebuilt image.
Instead, clone this repo, and run 'docker build .' from inside. It will likely fail due to errors in the Dockerfile. However, you will see that netcat and lib32stdc++6 are included, and steamcmd is fetched and installed by linuxgsm.sh later on.