From b6fe085e978092c3a2a3a7623d1ee091c5de89b6 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Wed, 26 Aug 2026 16:42:05 +0200 Subject: [PATCH] tools/ci: add qemu-system-x86 to the linux CI image Required to run the qemu-intel64 citest/NTFC configuration on CI; the image only shipped qemu-system-arm and qemu-system-misc. Signed-off-by: raiden00pl --- tools/ci/docker/linux/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile index 7fd4c2df56dd6..627451c74fcf4 100644 --- a/tools/ci/docker/linux/Dockerfile +++ b/tools/ci/docker/linux/Dockerfile @@ -405,6 +405,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in npm \ qemu-system-arm \ qemu-system-misc \ + qemu-system-x86 \ python3 \ python3-pip \ python-is-python3 \