1.0.0013 - change to pip package

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 6704168122
commit 1128670333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-nightly
LABEL maintainer="RandomNinjaAtk" LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended" ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.0012" ENV dockerVersion="1.0.0013"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV autoStart=true ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false ENV configureLidarrWithOptimalSettings=false
@ -37,15 +37,8 @@ RUN \
yq \ yq \
r128gain \ r128gain \
pyacoustid \ pyacoustid \
deemix && \ tidal-dl \
echo "************ install tidal-dl ************" && \ deemix
mkdir -p /Tidal-Media-Downloader && \
mkdir -p /config/xdg && \
git clone https://github.com/yaronzz/Tidal-Media-Downloader.git /Tidal-Media-Downloader && \
cd /Tidal-Media-Downloader/TIDALDL-PY && \
pip install -r requirements.txt && \
python3 setup.py install && \
rm -rf /config/xdg
# copy local files # copy local files
COPY root/ / COPY root/ /

Loading…
Cancel
Save