Don't install qemu package, qemu-nbd is already provided by qemu-img

Since Alpine 3.7.
This commit is contained in:
Jakub Jirutka 2019-12-22 17:40:55 +01:00
parent 3b59b59aa1
commit 4f8d71c4f4

View file

@ -379,7 +379,7 @@ if [ "$INSTALL_HOST_PKGS" = yes ]; then
if ! grep -q -w "$ROOTFS" /proc/filesystems; then
modprobe $ROOTFS
fi
_apk add -t $VIRTUAL_PKG qemu qemu-img $(fs_progs_pkg "$ROOTFS")
_apk add -t $VIRTUAL_PKG qemu-img $(fs_progs_pkg "$ROOTFS")
fi
#-----------------------------------------------------------------------