opennebula/alpine: add curl
Not included (anymore?) by default, required for opennebula download
This commit is contained in:
parent
89d0f2f148
commit
15d1477a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ apk add -U -X $APK_MIRROR$RELEASE/main/ \
|
|||
--arch="$ARCH" \
|
||||
--root=/mnt \
|
||||
--initdb \
|
||||
alpine-base alpine-conf openssh tzdata gnupg haveged bash eudev
|
||||
alpine-base alpine-conf openssh tzdata gnupg haveged bash eudev curl
|
||||
|
||||
mount --bind /dev /mnt/dev
|
||||
mount --bind /dev/pts /mnt/dev/pts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue