docker: install `mkisofs` to worker container
authorPaul Spooren <mail@aparcar.org>
Fri, 3 Sep 2021 18:39:47 +0000 (08:39 -1000)
committerPetr Štetiar <ynezz@true.cz>
Wed, 3 Nov 2021 13:03:04 +0000 (14:03 +0100)
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@aparcar.org>
docker/buildworker/Dockerfile

index fdbae1fdaa51e2d4cfcf6f17656f7e2531d85a04..5219f92e0f50fa08fadecc5576b6c7d6216e0a6a 100644 (file)
@@ -19,6 +19,7 @@ RUN \
                curl \
                gawk \
                gcc-multilib \
+               genisoimage \
                git-core \
                gosu \
                libdw-dev \