[PATCH buildbot 2/2] docker: install `mkisofs` to worker container
Paul Spooren
mail at aparcar.org
Fri Sep 3 11:42:43 PDT 2021
x86 targets allow the creation of ISO images, however this is not
possible because the `mkisofs` is missing. Install it.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
docker/buildworker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/buildworker/Dockerfile b/docker/buildworker/Dockerfile
index fdbae1f..049d20f 100644
--- a/docker/buildworker/Dockerfile
+++ b/docker/buildworker/Dockerfile
@@ -25,6 +25,7 @@ RUN \
libelf-dev \
libncurses5-dev \
locales \
+ mkisofs \
pv \
pwgen \
python \
--
2.30.2
More information about the openwrt-devel
mailing list