LinuxGSM-Docker icon indicating copy to clipboard operation
LinuxGSM-Docker copied to clipboard

Missing items

Open djcutch opened this issue 5 years ago • 2 comments

you till need to add the following missing items to your docker file

sudo apt install netcat lib32stdc++6 steamcmd

djcutch avatar Apr 12 '20 06:04 djcutch

If you look at my fork i have it working for you if you want to pull it.

djcutch avatar Apr 12 '20 19:04 djcutch

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.

j4s0n avatar Jun 09 '20 00:06 j4s0n