From c7972c1ed09f4401435be0e204a4b2ae6b8e725e Mon Sep 17 00:00:00 2001 From: laratheprotogen Date: Wed, 5 Mar 2025 14:26:22 +0000 Subject: [PATCH] update to support .NET 9 --- mono/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/latest/Dockerfile b/mono/latest/Dockerfile index 4022fcd..8f7774a 100644 --- a/mono/latest/Dockerfile +++ b/mono/latest/Dockerfile @@ -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 dpkg -i packages-microsoft-prod.deb 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 RUN if [ "$(uname -m)" = "x86_64" ]; then \