diff --git a/ci/installdeps.sh b/ci/installdeps.sh index 73a6b5f5..99adf604 100755 --- a/ci/installdeps.sh +++ b/ci/installdeps.sh @@ -15,6 +15,9 @@ enabled=1 enabled_metadata=1 EOF +# build deps from updates +dnf -y install libzstd-devel + # Pull skopeo and ostree from updates-testing, since we depend on new features in our git main dnf config-manager --set-enabled updates-testing