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 \
|
ffmpeg \
|
||||||
yt-dlp && \
|
yt-dlp && \
|
||||||
echo "************ install python packages ************" && \
|
echo "************ install python packages ************" && \
|
||||||
pip install --upgrade --no-cache-dir -U \
|
pip install --upgrade --no-cache-dir -U --break-system-packages \
|
||||||
excludarr \
|
excludarr \
|
||||||
yq && \
|
yq && \
|
||||||
echo "************ setup SMA ************" && \
|
echo "************ setup SMA ************" && \
|
||||||
|
|
Loading…
Reference in a new issue