Update Dockerfile

pull/16/head
RandomNinjaAtk 3 years ago committed by GitHub
parent f0fbdea37f
commit 7962b87587
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"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.14"
ENV dockerVersion="1.0.15"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -20,7 +20,7 @@ ENV beetsMatchPercentage=90
RUN \
echo "************ install packages ************" && \
apk add -U --update --no-cache \
apk add -U --upgrade --no-cache \
musl-locales \
musl-locales-lang \
flac \

Loading…
Cancel
Save