We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 559aca6 + b97359f commit 1c5ad72Copy full SHA for 1c5ad72
hack/build.sh
@@ -10,3 +10,5 @@ t=$(mktemp --suffix .spec)
10
curl -L -o ${t} https://src.fedoraproject.org/rpms/bootc/raw/rawhide/f/bootc.spec
11
dnf -y builddep "${t}"
12
rm -f "${t}"
13
+# Extra dependencies
14
+dnf -y install git-core
0 commit comments