added powershell
This commit is contained in:
parent
1e5c7ccc5c
commit
1287ed35c1
@ -17,3 +17,4 @@ LABEL com.github.containers.toolbox="true" \
|
|||||||
|
|
||||||
# Install .NET and related tools
|
# 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
|
||||||
|
RUN dotnet tool install --global PowerShell
|
||||||
|
@ -17,4 +17,4 @@ LABEL com.github.containers.toolbox="true" \
|
|||||||
|
|
||||||
# Install .NET and related tools
|
# 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
|
||||||
RUN fish -c "set -gx DOTNET_PATH $HOME/.dotnet/tools"
|
RUN dotnet tool install --global PowerShell
|
||||||
|
Loading…
Reference in New Issue
Block a user