Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix git installation path - Docker CentOS 7 image (gravitational#21884)
My previous PR gravitational#21660 broke the git installation path, as `git` compiles in the `--prefix` provided during configuration. Using`DESTDIR` with `make install` instead of `--prefix` copies the file in the intermediate container with the correct path.
- Loading branch information