add --break-system-packages
This commit is contained in:
parent
1bb44dce21
commit
18795f106f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ apk add -U --update --no-cache \
|
|||
py3-pip \
|
||||
ffmpeg
|
||||
echo "************ install python packages ************"
|
||||
pip install --upgrade --no-cache-dir -U yq
|
||||
pip install --upgrade --no-cache-dir -U --break-system-packages yq
|
||||
|
||||
mkdir -p /custom-services.d
|
||||
echo "Download AutoConfig service..."
|
||||
|
|
Loading…
Reference in a new issue