add --break-system-packages

This commit is contained in:
RandomNinjaAtk 2024-03-27 16:43:07 -04:00 committed by GitHub
parent 1bb44dce21
commit 18795f106f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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..."