From a25c074ef8428196da357bf92a67d8c7dd5d90cf Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:25:47 -0700 Subject: [PATCH] Pipeline image: add qemu-utils (#11287) Co-authored-by: ant31 <2t.antoine@gmail.com> --- pipeline.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline.Dockerfile b/pipeline.Dockerfile index cafcfcf14..a43761b9f 100644 --- a/pipeline.Dockerfile +++ b/pipeline.Dockerfile @@ -30,6 +30,7 @@ RUN apt update -q \ software-properties-common \ unzip \ libvirt-clients \ + qemu-utils \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && add-apt-repository "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \ && apt update -q \