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

pull/60/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 52d81cf1c6
commit 639270cdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ COPY --from=builder qemu-aarch64-static /usr/bin
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="arm64v8-1.0.26"
ENV dockerVersion="arm64v8-1.0.27"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -40,20 +40,23 @@ ENV enableVideoScript=true
RUN \
echo "*** install packages ***" && \
apk add -U --upgrade --no-cache \
musl-locales \
musl-locales-lang \
flac \
beets \
jq \
ffmpeg \
python3 \
git \
py3-pip \
gcc \
ffmpeg \
python3-dev \
libc-dev \
py3-pip \
yt-dlp && \
echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir \
yq \
pyacoustid \
requests \
beets \
r128gain \
deemix && \
pip install tidal-dl==2022.3.4.2 --no-cache-dir && \

Loading…
Cancel
Save