Ensure dotnet 7 sdk is installed.
This commit is contained in:
parent
15d9f5e109
commit
206e5f08d8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue