added powershell

This commit is contained in:
Wyatt J. Miller 2024-04-08 12:52:02 -04:00
parent 1e5c7ccc5c
commit 1287ed35c1
2 changed files with 2 additions and 1 deletions

View File

@ -17,3 +17,4 @@ LABEL com.github.containers.toolbox="true" \
# Install .NET and related tools
RUN dnf install dotnet-sdk-7.0 dotnet-templates-7.0
RUN dotnet tool install --global PowerShell

View File

@ -17,4 +17,4 @@ LABEL com.github.containers.toolbox="true" \
# Install .NET and related tools
RUN dnf install dotnet-sdk-8.0 dotnet-templates-8.0
RUN fish -c "set -gx DOTNET_PATH $HOME/.dotnet/tools"
RUN dotnet tool install --global PowerShell