SteamCMD Fatal Error: Steamcmd needs to be online to update. #527
-
Hello !
I've tried to upgrade my distro to Debian 10 Buster as recommended by #481 , but that did not fix the issue. Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@laurentksh it looks like the container you were spinning up did not have network access. Can you confirm that your container has network access? !!! Fatal Error: Steamcmd needs to be online to update. |
Beta Was this translation helpful? Give feedback.
-
To summarize, my issue was that the Debian installation I was using wasn't working properly (Docker containers could not reach the internet). So I did the following:
|
Beta Was this translation helpful? Give feedback.
To summarize, my issue was that the Debian installation I was using wasn't working properly (Docker containers could not reach the internet).
So I did the following:
sudo usermod -aG docker $USER
docker-compose up