Switch yt-dlp from apline package to pip package to update properly
This commit is contained in:
parent
18795f106f
commit
5d1196cb85
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@ apk add -U --upgrade --no-cache \
|
|||
python3-dev \
|
||||
libc-dev \
|
||||
py3-pip \
|
||||
npm \
|
||||
yt-dlp && \
|
||||
npm && \
|
||||
echo "*** install freyr client ***" && \
|
||||
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \
|
||||
npm install -g miraclx/freyr-js &&\
|
||||
echo "*** install python packages ***" && \
|
||||
pip install --upgrade --no-cache-dir --break-system-packages \
|
||||
jellyfish==0.10 \
|
||||
yt-dlp \
|
||||
beets \
|
||||
yq \
|
||||
pyxDamerauLevenshtein \
|
||||
|
|
Loading…
Reference in a new issue