-
Notifications
You must be signed in to change notification settings - Fork 15
Description
hello! thanks for this, after awhile searching, this was the only thing that actually worked to run a dedicated server.
i'm trying to make a downstream image that just adds some additional mods from the steam workshop and bundles my config in for convenience (not intending for general use, just for my and my friends) and i'm finding i can't build either my image or this one.
the install script mentions an issue: ValveSoftware/steam-for-linux#11522
however things seem to have changed and that platform hack workaround no longer works. when trying to install manually, i am able to get it to work by logging in with a temporary steam account, so it seems like that change has finally taken effect and anonymous installs are no longer allowed at all.
I'm not exactly sure how to automate putting in the password from the steam account during the install script, so i'm a bit stuck and have resorted to just running commands directly within the docker container, but just thought i'd bring this to your attention/make an issue for discussion. i figure this is just a for funzies project for y'all like it is for me, so no hurry or expectation, thanks for putting this together! and i'm not a docker expert, so sorry if this is a "just me" problem.