Merge pull request #3462 from martin-frbg/azure-alpine2

Azure CI: Update alpine-chroot-install again
This commit is contained in:
Martin Kroeker 2021-11-26 13:40:23 +01:00 committed by GitHub
commit 7c6370cbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -249,8 +249,8 @@ jobs:
vmImage: 'ubuntu-latest'
steps:
- script: |
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/master/alpine-chroot-install \
&& echo '484fbf313f311da93e913bfdd81ef4df934aa907 alpine-chroot-install' | sha1sum -c \
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.13.2/alpine-chroot-install \
&& echo '60c7e0b5d82e21d1a549fc9a46ba3b36688c09dc alpine-chroot-install' | sha1sum -c \
|| exit 1
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'