To convert x86 images to VDI/VMDK the `qemu-img` tools is required,
which is part of Debians `qemu-utils` package. The goal is to remove the
ancient in-tree `qemu-img` version and replace it with a recent host
installed package.

Related: https://github.com/openwrt/openwrt/pull/3739/

Signed-off-by: Paul Spooren <m...@aparcar.org>
---
 docker/buildslave/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/buildslave/Dockerfile b/docker/buildslave/Dockerfile
index 408db3f..9cee882 100644
--- a/docker/buildslave/Dockerfile
+++ b/docker/buildslave/Dockerfile
@@ -25,6 +25,7 @@ RUN echo 'deb http://deb.debian.org/debian testing main' \
                pv \
                pwgen \
                python3 \
+               qemu-utils \
                rsync \
                signify-openbsd \
                subversion \
-- 
2.29.2


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to