scripts/mkimg.base.sh: include gnu wget

busybox wget does not support https over proxy
https://gitlab.alpinelinux.org/alpine/aports/-/issues/12517
This commit is contained in:
Natanael Copa 2021-08-05 12:09:00 +00:00
parent a43e982bb4
commit 6e84e2e3db

View File

@ -316,7 +316,7 @@ profile_base() {
case "$ARCH" in
x86*) grub_mod="$grub_mod multiboot2 efi_uga";;
esac
apks="alpine-base busybox kbd-bkeymaps chrony dhcpcd e2fsprogs haveged network-extras openssl openssh tzdata"
apks="alpine-base busybox kbd-bkeymaps chrony dhcpcd e2fsprogs haveged network-extras openssl openssh tzdata wget"
apkovl=
hostname="alpine"
}