Skip to content

Commit c930419

Browse files
authored
Update azure-pipelines.yml
1 parent d86290e commit c930419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
156156
&& echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1
157157
alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
158-
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers'
158+
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
159159
alpine make DYNAMIC_ARCH=1 BINARY=64
160160
alpine sudo make DYNAMIC_ARCH=1 BINARY=64 install
161161

0 commit comments

Comments
 (0)