Fix yq installation issue

This commit is contained in:
Hsy-Intel
2025-05-09 09:20:40 +08:00
committed by Tate, Hongliang Tian
parent da82ca619f
commit 7cd41349d1
2 changed files with 9 additions and 2 deletions

View File

@ -12,7 +12,7 @@ RUN apt update && apt-get install -y --no-install-recommends \
python-is-python3 \
wget
RUN pip3 install iq tomli
RUN pip3 install yq tomli
#= Build QEMU =================================================================