mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Merge pull request #1604 from Nascire/alpine-fix
Fix git master install on alpine 3.12+
This commit is contained in:
commit
98c9518c8a
1 changed files with 2 additions and 2 deletions
|
@ -5011,8 +5011,8 @@ install_alpine_linux_git_deps() {
|
|||
fi
|
||||
fi
|
||||
else
|
||||
apk -U add python2 py2-pip py2-setuptools || return 1
|
||||
_PY_EXE=python2
|
||||
apk -U add python3 python3-dev py3-pip py3-setuptools g++ linux-headers zeromq-dev || return 1
|
||||
_PY_EXE=python3
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue