Skip to content

Commit 182a1ed

Browse files
authored
Merge pull request #660 from cgwalters/copr-builddep-2
copr: Also install git
2 parents 37e9f72 + 947e70c commit 182a1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.copr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
srpm:
2-
dnf -y install dnf-utils
2+
dnf -y install dnf-utils git
33
dnf -y builddep bootc
44
# similar to https://github.com/actions/checkout/issues/760, but for COPR
55
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)