Pipeline image: add qemu-utils (#11287)

Co-authored-by: ant31 <2t.antoine@gmail.com>
pull/11269/head
k8s-infra-cherrypick-robot 2024-06-10 09:25:47 -07:00 committed by GitHub
parent b9fdda43c3
commit a25c074ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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 \