diff --git a/.copr/Makefile b/.copr/Makefile index 4e0b0f5f..afc54bd4 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,5 +1,6 @@ srpm: - dnf -y install cargo git openssl-devel ostree-devel + dnf -y install dnf-utils + dnf -y builddep bootc # similar to https://github.com/actions/checkout/issues/760, but for COPR git config --global --add safe.directory '*' cargo install cargo-vendor-filterer