avivace / ror2-server

Host your own Risk of Rain 2 dedicated server. No technical skills required. Runs everywhere.
https://hub.docker.com/r/avivace/ror2server
GNU General Public License v3.0
169 stars 29 forks source link

[Compatibility] Upstream steamcmd docker image upgraded to Debian 11 #45

Closed mchobbylong closed 1 year ago

mchobbylong commented 1 year ago

Since upstream docker image is upgraded to Debian 11 (bullseye), there are two issues in this repo:

mchobbylong commented 1 year ago

There are two ways to fix:

  1. Install steamcmd on Debian 10 in our Dockerfile, which is we just copy the script from the upstream Dockerfile repository
  2. Switch to use another docker image as upstream, like steamcmd/steamcmd. This may be more stable, but require us to install Wine for Ubuntu, which the openSUSE repo does not provide.

Any suggestions? Should we just perform one of the fixes above, or another good idea?

dubvulture commented 1 year ago

I'm pretty sure we're already using a steamcmd image with ubuntu 20.04 as the base OS. See here

FROM steamcmd/steamcmd:ubuntu-20

This change was quite "recent" (7 months ago), so maybe you're working on an older fork of this repo.

mchobbylong commented 1 year ago

Ah yes, I was not aware of that. Closed.