Hi ich777. Do you have any tips for what the easiest way would be to install libicu / icu-libs / libicu-dev for the CS2 image?
I'm trying to get CounterStrikeSharp (https://docs.cssharp.dev/docs/guides/getting-started.html) to work on my server so I can add a plugin to my server. My server crashes on startup with the following message:
Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu (or icu-libs) using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotnet-missing-libicu for more information.
So I want to add the package as it says in the troubleshooting info in the CounterStrikeSharp docs, but I don't fully know how I would go about doing it.