add --break-system-packages
This commit is contained in:
parent
c0ac258d5b
commit
d760f4b7d8
1 changed files with 1 additions and 1 deletions
|
@ -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 ************" && \
|
||||
|
|
Loading…
Reference in a new issue