Skip to content
Snippets Groups Projects
Commit 2b4acd5f authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/mkimg.base.sh: include gnu wget

busybox wget does not support https over proxy
#12517
parent 70f51855
No related branches found
No related tags found
No related merge requests found
......@@ -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 tzdatawget"
apkovl=
hostname="alpine"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment