File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
2222 openssh-client
2323
2424# Download and install PowerShell
25- RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-amd64 .tar.gz \
25+ RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-musl-x64 .tar.gz \
2626 && mkdir -p /opt/microsoft/powershell/7 \
2727 && tar -xvf powershell.tar.gz -C /opt/microsoft/powershell/7 \
2828 && rm powershell.tar.gz \
@@ -37,3 +37,4 @@ RUN Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force
3737ENTRYPOINT ["pwsh" ]
3838
3939
40+
You can’t perform that action at this time.
0 commit comments