mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-17 02:02:34 +00: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>