Switch yt-dlp from apline package to pip package to update properly
This commit is contained in:
parent
5d1196cb85
commit
fbe804a7c2
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ apk add -U --update --no-cache \
|
|||
libc-dev \
|
||||
py3-pip \
|
||||
gcc \
|
||||
ffmpeg \
|
||||
yt-dlp
|
||||
ffmpeg
|
||||
echo "************ install python packages ************"
|
||||
pip install --upgrade --no-cache-dir -U --break-system-packages \
|
||||
excludarr \
|
||||
yt-dlp \
|
||||
yq
|
||||
echo "************ setup SMA ************"
|
||||
echo "************ setup directory ************"
|
||||
|
|
Loading…
Reference in a new issue