From 851d94b37abab4376b27d92c006637b03ecd75ef Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:34:30 +0100 Subject: [PATCH] steamcmd: dotnet 8 --- steamcmd/dotnet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamcmd/dotnet/Dockerfile b/steamcmd/dotnet/Dockerfile index e90ae75..9a727e4 100644 --- a/steamcmd/dotnet/Dockerfile +++ b/steamcmd/dotnet/Dockerfile @@ -18,7 +18,7 @@ RUN apt update -y \ && dpkg -i packages-microsoft-prod.deb \ && rm packages-microsoft-prod.deb \ && apt update -y \ - && apt install -y aspnetcore-runtime-7.0 dotnet-sdk-7.0 libgdiplus + && apt install -y aspnetcore-runtime-7.0 dotnet-sdk-7.0 libgdiplus aspnetcore-runtime-8.0 dotnet-sdk-8.0 ## install rcon RUN cd /tmp/ \