added automatic install to dotnet images
This commit is contained in:
parent
eaefe9d8c3
commit
371c91c45b
@ -16,5 +16,5 @@ LABEL com.github.containers.toolbox="true" \
|
||||
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>"
|
||||
|
||||
# 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
|
||||
|
@ -16,5 +16,5 @@ LABEL com.github.containers.toolbox="true" \
|
||||
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>"
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user