From: Paul Spooren Date: Sun, 10 Jan 2021 20:27:58 +0000 (-1000) Subject: docker,worker: install qemu-utils X-Git-Tag: v1~47 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=69c1dea51a9b128028f9c82ac7f90cf063e20bf3;p=buildbot.git docker,worker: install qemu-utils 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 [rebased] Signed-off-by: Petr Štetiar --- diff --git a/docker/buildslave/Dockerfile b/docker/buildslave/Dockerfile index 34d4ea1..c51b5d2 100644 --- a/docker/buildslave/Dockerfile +++ b/docker/buildslave/Dockerfile @@ -28,6 +28,7 @@ RUN \ pwgen \ python3 \ python3-pip \ + qemu-utils \ unzip \ wget && \ apt-get clean && \