Pipeline image: add qemu-utils (#11281)

This commit is contained in:
Antoine Legrand
2024-06-10 15:53:55 +02:00
committed by GitHub
parent 0c8d29462d
commit f85e96904d

View File

@ -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 \