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
RUN \
echo "************ install packages ************" && \
echo "*** install packages ***" && \
apk add -U --upgrade --no-cache \
flac \
beets \
jq \
ffmpeg \
python3-dev \
python3 \
py3-pip \
yt-dlp && \
echo "************ install python packages ************" && \
pip install \
echo "*** install python packages ***" && \
pip3 install --upgrade \
yq \
r128gain \
pyacoustid \
deemix

Loading…
Cancel
Save