deploy: install osbuild-tools for osbuild-image-info

This commit is contained in:
Achilleas Koutsou 2025-01-02 22:57:24 +01:00 committed by Tomáš Hozza
parent 5ba4d3cf9e
commit 58d16f662f

View file

@ -130,6 +130,9 @@ retry sudo dnf -y upgrade selinux-policy
# Note: installing only -tests to catch missing dependencies
retry sudo dnf -y install "${PROJECT}-tests"
# Note: image-info is now part of osbuild-tools
retry sudo dnf -y install osbuild-tools
# Save osbuild-composer NVR to a file to be used as CI artifact
rpm -q osbuild-composer > COMPOSER_NVR