Ensure dotnet 7 sdk is installed.

This commit is contained in:
zontreck 2024-12-23 11:50:40 -07:00
parent 15d9f5e109
commit 206e5f08d8

View file

@ -41,6 +41,7 @@ RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod
rm packages-microsoft-prod.deb
RUN apt-get update && apt-get install -y dotnet-sdk-8.0 && apt clean -y
RUN apt-get install -y dotnet-sdk-7.0 && apt clean -y
WORKDIR /root/.ssh