Skip to content

Commit

Permalink
Merge pull request #227 from parkervcp/steamcmd_dotnet8
Browse files Browse the repository at this point in the history
steamcmd: dotnet 8
  • Loading branch information
parkervcp authored Apr 4, 2024
2 parents 9b54aae + 851d94b commit 66769a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamcmd/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit 66769a1

Please sign in to comment.