docker,worker: install qemu-utils
authorPaul Spooren <mail@aparcar.org>
Sun, 10 Jan 2021 20:27:58 +0000 (10:27 -1000)
committerPetr Štetiar <ynezz@true.cz>
Tue, 2 Mar 2021 11:47:11 +0000 (12:47 +0100)
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@aparcar.org>
[rebased]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildslave/Dockerfile

index 34d4ea18c9ba5c29afe1b403d9fddf470881bf9c..c51b5d2997a5b2862790d4229940b1f6ce3d767f 100644 (file)
@@ -28,6 +28,7 @@ RUN \
                pwgen \
                python3 \
                python3-pip \
+               qemu-utils \
                unzip \
                wget && \
        apt-get clean && \