feat: Add qcow2 disk format (#440)

* feat: Add qcow2 disk format
This commit is contained in:
Kroese
2023-12-09 02:55:39 +01:00
committed by GitHub
parent a527080ccd
commit 8fa900335a
3 changed files with 236 additions and 90 deletions

View File

@@ -28,6 +28,7 @@ RUN apt-get update && apt-get -y upgrade && \
iproute2 \
dnsmasq \
net-tools \
qemu-utils \
ca-certificates \
netcat-openbsd \
qemu-system-x86 \