v1.0.26 - install optimal version to start

pull/35/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 80d4e8e33c
commit 8fd2ff3a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ COPY --from=builder qemu-arm-static /usr/bin
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="arm32v7-1.0.25"
ENV dockerVersion="arm32v7-1.0.26"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -51,12 +51,12 @@ RUN \
libc-dev \
yt-dlp && \
echo "*** install python packages ***" && \
pip3 install --upgrade \
pip install --upgrade --no-cache-dir \
yq \
pyacoustid \
tidal-dl \
r128gain \
deemix &&\
deemix && \
pip install tidal-dl==2022.3.4.2 --no-cache-dir && \
echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save