Skip to content

Commit

Permalink
Merge pull request #598 from cgwalters/container-git
Browse files Browse the repository at this point in the history
build: Install git too
  • Loading branch information
cgwalters committed Jun 12, 2024
2 parents 559aca6 + b97359f commit 1c5ad72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1c5ad72

Please sign in to comment.