You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
455 B

FROM linuxserver/lidarr:amd64-nightly
LABEL maintainer="RandomNinjaAtk"
RUN \
echo "************ install packages ************" && \
apk add -U --update --no-cache \
flac \
beets \
jq \
git \
gcc \
python3-dev \
libc-dev && \
echo "************ install python packages ************" && \
pip install \
yq \
r128gain \
tidal-dl \
deemix \
yt-dlp
# ports and volumes
EXPOSE 8686
VOLUME /config /music /music-videos /downloads