mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add openrc to alpine:latest dependencies
This commit is contained in:
parent
b6272a1b34
commit
6cce7051b6
1 changed files with 1 additions and 1 deletions
|
@ -5024,7 +5024,7 @@ install_alpine_linux_git_deps() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
apk -U add python3 python3-dev py3-pip py3-setuptools g++ linux-headers zeromq-dev || return 1
|
apk -U add python3 python3-dev py3-pip py3-setuptools g++ linux-headers zeromq-dev openrc || return 1
|
||||||
_PY_EXE=python3
|
_PY_EXE=python3
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue