diff --git a/language-containers/dotnet/Containerfile b/language-containers/dotnet/Containerfile index 549765d..d8ecd09 100644 --- a/language-containers/dotnet/Containerfile +++ b/language-containers/dotnet/Containerfile @@ -16,5 +16,5 @@ LABEL com.github.containers.toolbox="true" \ maintainer="Wyatt J. Miller " # Install .NET and related tools -RUN dnf install dotnet-sdk-7.0 dotnet-templates-7.0 +RUN dnf install dotnet-sdk-7.0 dotnet-templates-7.0 -y -q RUN dotnet tool install --global PowerShell diff --git a/language-containers/dotnet/Containerfile.lts b/language-containers/dotnet/Containerfile.lts index 341444c..0a7f287 100644 --- a/language-containers/dotnet/Containerfile.lts +++ b/language-containers/dotnet/Containerfile.lts @@ -16,5 +16,5 @@ LABEL com.github.containers.toolbox="true" \ maintainer="Wyatt J. Miller " # Install .NET and related tools -RUN dnf install dotnet-sdk-8.0 dotnet-templates-8.0 +RUN dnf install dotnet-sdk-8.0 dotnet-templates-8.0 -y -q RUN dotnet tool install --global PowerShell