Skip to content

Commit 284bc0d

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
fix: Updating PipeScript.ps.dockerfile ( re #662 )
Adjusting packages
1 parent 7a9029a commit 284bc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/powershell
55
ENV PIPESCRIPT_VERSION 0.2.8
66

77

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
8+
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
99

1010

1111
COPY ./ ./usr/local/share/powershell/Modules/PipeScript

0 commit comments

Comments
 (0)