add --break-system-packages

This commit is contained in:
RandomNinjaAtk
2024-03-22 18:02:50 -04:00
committed by GitHub
parent c0ac258d5b
commit d760f4b7d8

View File

@@ -16,7 +16,7 @@ apk add -U --update --no-cache \
ffmpeg \
yt-dlp && \
echo "************ install python packages ************" && \
pip install --upgrade --no-cache-dir -U \
pip install --upgrade --no-cache-dir -U --break-system-packages \
excludarr \
yq && \
echo "************ setup SMA ************" && \