From 6cce7051b6e1628029b81ad8584fa7fba2d30309 Mon Sep 17 00:00:00 2001 From: krionbsd Date: Tue, 12 Oct 2021 16:14:18 +0200 Subject: [PATCH] Add openrc to alpine:latest dependencies --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 580115b..2d726b0 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -5024,7 +5024,7 @@ install_alpine_linux_git_deps() { fi fi 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 return 0 fi