images/alpine: install curl

The _apply_patch function for applying patches from lists.sr.ht requires
curl and since curl is not installed with the current set of packages
anymore, install it explicitly.
This commit is contained in:
Luca Weiss 2024-01-09 22:09:34 +01:00 committed by Simon Ser
parent 85fc9c3ea0
commit dfa05f3399
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ apk add -U \
--root=/mnt \
--initdb \
acct alpine-base alpine-conf alpine-sdk linux-firmware-none $linux \
git mercurial openssh sudo syslinux tzdata gnupg haveged bash
git mercurial openssh sudo syslinux tzdata gnupg haveged bash curl
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts