Skip to content

Commit bc2cbb4

Browse files
authored
Update linux-amd64.dockerfile
1 parent 716cd1d commit bc2cbb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/linux-amd64.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3737
ENTRYPOINT ["pwsh"]
3838

3939

40+

0 commit comments

Comments
 (0)