diff --git a/hack/build.sh b/hack/build.sh index d9e626d1..6e323478 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -10,3 +10,5 @@ t=$(mktemp --suffix .spec) curl -L -o ${t} https://src.fedoraproject.org/rpms/bootc/raw/rawhide/f/bootc.spec dnf -y builddep "${t}" rm -f "${t}" +# Extra dependencies +dnf -y install git-core