update to support .NET 9
All checks were successful
build mono / yolks:mono_latest (push) Successful in 2m23s

This commit is contained in:
Lara 2025-03-05 14:26:22 +00:00
parent 334b6fba98
commit c7972c1ed0

View file

@ -10,7 +10,7 @@ RUN sh -c 'echo "deb https://download.mono-project.com/repo/debian stabl
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
RUN dpkg -i packages-microsoft-prod.deb RUN dpkg -i packages-microsoft-prod.deb
RUN apt update RUN apt update
RUN apt install -y mono-complete dotnet-runtime-8.0 RUN apt install -y mono-complete dotnet-runtime-8.0 dotnet-runtime-9.0
# Only install the needed steamcmd packages on the AMD64 build # Only install the needed steamcmd packages on the AMD64 build
RUN if [ "$(uname -m)" = "x86_64" ]; then \ RUN if [ "$(uname -m)" = "x86_64" ]; then \