1.0.27 - Use more pip packages, bug fix pip package errors...

pull/60/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 4918352f4c
commit 595d2633b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-latest
LABEL maintainer="RandomNinjaAtk" LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended" ENV dockerTitle="lidarr-extended"
ENV dockerVersion="amd64-1.0.26" ENV dockerVersion="amd64-1.0.27"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV autoStart=true ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false ENV configureLidarrWithOptimalSettings=false
@ -33,7 +33,6 @@ RUN \
musl-locales \ musl-locales \
musl-locales-lang \ musl-locales-lang \
flac \ flac \
beets \
jq \ jq \
git \ git \
gcc \ gcc \
@ -46,9 +45,11 @@ RUN \
pip install --upgrade --no-cache-dir \ pip install --upgrade --no-cache-dir \
yq \ yq \
pyacoustid \ pyacoustid \
requests \
beets \
r128gain \ r128gain \
deemix &&\ deemix &&\
pip install tidal-dl==2022.3.4.2 --no-cache-dir && \ pip install --upgrade --no-cache-dir tidal-dl==2022.3.4.2 && \
echo "************ setup SMA ************" && \ echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \ echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \ mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save