Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix git master install on alpine 3.12+
With default version 3003.3, you run into saltstack/salt#55159, which was fixed by saltstack/salt#60811 If you want to install from git master, it fails because py2-pip is unavailable - Alpine 3.11 was the last version to include py2-pip This PR changes the git master process to python3 and adds all requirements for a successful build
- Loading branch information