Add yq to asterinas image

This commit is contained in:
Fabing Li 2024-12-19 09:01:26 +00:00 committed by Tate, Hongliang Tian
parent 781cb179ff
commit 8066f99e88

View File

@ -25,6 +25,7 @@ RUN apt update && apt-get install -y --no-install-recommends \
unzip \
wget \
zip
RUN pip install yq
#= Download dependency =====================================================