Also install dnf for centos

This commit is contained in:
Nico Schottelius 2020-07-21 12:18:13 +02:00
parent 01330943ba
commit 9e8e39b2ee

View file

@ -61,7 +61,7 @@ if [ ! -f '/etc/centos-release' ]; then
fi
# Install requirements
yum install -y qemu cryptsetup
yum install -y qemu cryptsetup dnf
# Create base RAW image (no LOOPBACK support in RHEL/CentOS).
qemu-img create -f raw "$IMAGE_PATH" "$IMAGE_SIZE"