You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
you till need to add the following missing items to your docker file
sudo apt install netcat lib32stdc++6 steamcmd
The text was updated successfully, but these errors were encountered: