From 5706e7a832f88ebfc48e785784402cfcd39e0f7c Mon Sep 17 00:00:00 2001 From: Andrej Shadura <andrew.shadura@collabora.co.uk> Date: Wed, 9 Feb 2022 16:27:48 +0100 Subject: [PATCH] Add qemu-user-static and binfmt-support for emulated builds Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk> --- Dockerfile.worker | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.worker b/Dockerfile.worker index a4028d0476..7eb78b0504 100644 --- a/Dockerfile.worker +++ b/Dockerfile.worker @@ -9,6 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update \ && apt-get install -y \ binutils \ + binfmt-support \ cpio \ curl \ debootstrap \ @@ -18,6 +19,7 @@ RUN apt-get update \ lvm2 \ lzma \ psmisc \ + qemu-user-static \ rpm RUN rm /etc/supervisor/conf.d/* -- GitLab