From 371c91c45b566b5096ab17b01e51251896cb14af Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 14 May 2024 10:27:59 -0400 Subject: [PATCH] added automatic install to dotnet images --- language-containers/dotnet/Containerfile | 2 +- language-containers/dotnet/Containerfile.lts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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