Skip to content

Commit 1c5ad72

Browse files
authored
Merge pull request #598 from cgwalters/container-git
build: Install git too
2 parents 559aca6 + b97359f commit 1c5ad72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ t=$(mktemp --suffix .spec)
1010
curl -L -o ${t} https://src.fedoraproject.org/rpms/bootc/raw/rawhide/f/bootc.spec
1111
dnf -y builddep "${t}"
1212
rm -f "${t}"
13+
# Extra dependencies
14+
dnf -y install git-core

0 commit comments

Comments
 (0)