This commit is contained in:
STAM 2021-04-01 15:26:49 +03:00
parent a3f8649f96
commit ca746fef0b
2 changed files with 0 additions and 3 deletions

View File

@ -38,12 +38,10 @@ RUN cinst --no-progress -y -IgnoreChecksums \
# install dotnet packages # install dotnet packages
################################################################## ##################################################################
RUN cinst --no-progress -y -IgnoreChecksums \ RUN cinst --no-progress -y -IgnoreChecksums \
dotnet \
dotnet-aspnetruntime \ dotnet-aspnetruntime \
dotnet-windowshosting \ dotnet-windowshosting \
dotnet-runtime \ dotnet-runtime \
dotnet-sdk \ dotnet-sdk \
dotnetfx \
powershell-core powershell-core
################################################################## ##################################################################

View File

@ -38,7 +38,6 @@ RUN cinst --no-progress -y -IgnoreChecksums \
# dotnet-windowshosting \ # dotnet-windowshosting \
dotnet-runtime \ dotnet-runtime \
dotnet-sdk \ dotnet-sdk \
dotnetfx \
powershell-core powershell-core
################################################################## ##################################################################