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 \
|
python3-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
npm \
|
npm && \
|
||||||
yt-dlp && \
|
|
||||||
echo "*** install freyr client ***" && \
|
echo "*** install freyr client ***" && \
|
||||||
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \
|
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \
|
||||||
npm install -g miraclx/freyr-js &&\
|
npm install -g miraclx/freyr-js &&\
|
||||||
echo "*** install python packages ***" && \
|
echo "*** install python packages ***" && \
|
||||||
pip install --upgrade --no-cache-dir --break-system-packages \
|
pip install --upgrade --no-cache-dir --break-system-packages \
|
||||||
jellyfish==0.10 \
|
jellyfish==0.10 \
|
||||||
|
yt-dlp \
|
||||||
beets \
|
beets \
|
||||||
yq \
|
yq \
|
||||||
pyxDamerauLevenshtein \
|
pyxDamerauLevenshtein \
|
||||||
|
|
Loading…
Reference in a new issue