We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9029a commit 284bc0dCopy full SHA for 284bc0d
Dockerfile
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/powershell
5
ENV PIPESCRIPT_VERSION 0.2.8
6
7
8
-RUN apt-get update && apt-get install -y git curl ca-certificates libc6 libgcc1 libgcc-s1 liblttng-ust1 libstdc++6 libunwind8 zlib1g build-essential libgdiplus dotnet-runtime-8.0 golang python3 nodejs && apt-get clean
+RUN apt-get update && apt-get install -y git curl ca-certificates libc6 libgcc1 liblttng-ust1 libstdc++6 libunwind8 zlib1g build-essential libgdiplus golang python3 nodejs dotnet-sdk-8.0 && apt-get clean
9
10
11
COPY ./ ./usr/local/share/powershell/Modules/PipeScript
0 commit comments