diff --git a/language-containers/dotnet/Containerfile b/language-containers/dotnet/Containerfile index 27b0bce..549765d 100644 --- a/language-containers/dotnet/Containerfile +++ b/language-containers/dotnet/Containerfile @@ -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 diff --git a/language-containers/dotnet/Containerfile.lts b/language-containers/dotnet/Containerfile.lts index ac9208d..341444c 100644 --- a/language-containers/dotnet/Containerfile.lts +++ b/language-containers/dotnet/Containerfile.lts @@ -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