Switch yt-dlp from apline package to pip package to update properly

This commit is contained in:
RandomNinjaAtk 2024-03-30 09:45:39 -04:00 committed by GitHub
parent 18795f106f
commit 5d1196cb85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \