pull/16/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 7962b87587
commit 8551e82764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,19 +19,18 @@ ENV numberOfRelatedArtistsToAddPerArtist=5
ENV beetsMatchPercentage=90 ENV beetsMatchPercentage=90
RUN \ RUN \
echo "************ install packages ************" && \ echo "*** install packages ***" && \
apk add -U --upgrade --no-cache \ apk add -U --upgrade --no-cache \
flac \ flac \
beets \ beets \
jq \ jq \
ffmpeg \ ffmpeg \
python3-dev \ python3 \
py3-pip \ py3-pip \
yt-dlp && \ yt-dlp && \
echo "************ install python packages ************" && \ echo "*** install python packages ***" && \
pip install \ pip3 install --upgrade \
yq \ yq \
r128gain \
pyacoustid \ pyacoustid \
deemix deemix

Loading…
Cancel
Save