[PATCH buildbot 3/3] docker,worker: install qemu-utils

Paul Spooren mail at aparcar.org
Sun Jan 10 15:25:39 EST 2021


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 <mail at 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




More information about the openwrt-devel mailing list