Skip to content

Commit

Permalink
Merge pull request #78 from adfinis/jlf/fix-update-docker-command-to-…
Browse files Browse the repository at this point in the history
…include-installing-git-and-configuring-safe-directory

fix: update docker command to include installing git and configuring …
  • Loading branch information
Jean-Louis Fuchs authored Mar 5, 2024
2 parents fbc0493 + 4d7cd7e commit f7bc8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ build-packages: poetry-install ## build source package, wheel and srpm

.PHONY: rebuild-packages
rebuild-packages: ## build binary rpms
@docker run -v ./:/source rockylinux:9 /source/tools/venv-rpm
@docker run -v ./:/source rockylinux:9 sh -c "dnf install -y git; git config --global --add safe.directory /source; /source/tools/venv-rpm"
@docker run -v ./:/source fedora:39 /source/tools/rebuild-rpm
@docker run -v ./:/source fedora:40 /source/tools/rebuild-rpm

0 comments on commit f7bc8bb

Please sign in to comment.