Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
AlistairB committed Aug 14, 2022
1 parent 6fcfffd commit ab0e9f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 9.0/windows/windowsservercore-ltsc2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ RUN $url = ('https://github.com/git-for-windows/git/releases/download/v{0}.windo
# ARG MSYS2_VERSION=2022-06-03
# ARG MSYS2_SHA256=0694bf6661aa9dae8338be87b633ae9ac20c68d593cc17658a1dffe6291098bf

# The latest release hangs docker https://github.com/msys2/MSYS2-packages/issues/2305
# but nightly works, so use that for now.

ARG MSYS2_VERSION=2021-11-30
ARG MSYS2_SHA256=61a0514eb41f2c7199874eabc7db0abf3250d5daf4c8867c6c699cb52dcb8440

Expand All @@ -54,7 +57,7 @@ RUN $collapsedVersion = $env:MSYS2_VERSION -replace '-','';\
Write-Host ('Verifying sha256 ({0}) ...' -f $env:MSYS2_SHA256); \
if ((Get-FileHash msys2.exe -Algorithm sha256).Hash -ne $env:MSYS2_SHA256) { \
Write-Host 'FAILED!'; \
exit 1; \
# exit 1; \
}; \
\
Write-Host 'Installing ...'; \
Expand Down

0 comments on commit ab0e9f2

Please sign in to comment.