mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-14 11:54:28 +01:00
When building rootfs, yq is needed to parse the version from versions.yaml file. If yq is not found, it fails. In this PR, we install yq if not found. Fixes: #363 Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>