File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ RUN \
1414 echo "Downloading x86_64 tarball" && \
1515 curl -o \
1616 /root-layer/powershell/powershell.tar.gz -L \
17- "https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-x64.tar.gz" ;
17+ "https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-x64.tar.gz" ; \
1818 elif [[ $(uname -m) == "aarch64" ]]; then \
1919 echo "Downloading aarch64 tarball" && \
2020 curl -o \
2121 /root-layer/powershell/powershell.tar.gz -L \
22- "https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-arm64.tar.gz" ;
22+ "https://github.com/PowerShell/PowerShell/releases/download/v${MOD_VERSION}/powershell-${MOD_VERSION}-linux-arm64.tar.gz" ; \
2323 fi && \
2424 echo "******** run basic test to validate tarball *********" && \
2525 mkdir -p /tmp/powershell && \
You can’t perform that action at this time.
0 commit comments