Merge pull request #280 from bredo228/steamcmd-dotnet9

Add .NET 9 to steamcmd dotnet
This commit is contained in:
bredo
2025-01-08 00:44:52 +13:00
committed by GitHub
parent f758ba5064
commit 5c01dfcce1
2 changed files with 2 additions and 2 deletions

View File

@@ -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 aspnetcore-runtime-8.0 dotnet-sdk-8.0
&& apt install -y aspnetcore-runtime-7.0 dotnet-sdk-7.0 libgdiplus aspnetcore-runtime-8.0 dotnet-sdk-8.0 aspnetcore-runtime-9.0 dotnet-sdk-9.0
## install rcon
RUN cd /tmp/ \