diff --git a/pipeline.Dockerfile b/pipeline.Dockerfile
index cafcfcf149e3eae4f282f464a20486d11afd21de..a43761b9f0e0117349c1dd8c743b9e5769778d5a 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 \