add tidyhtml

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 0b4eeb8c78
commit 3eb1642556
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" LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended" ENV dockerTitle="lidarr-extended"
ENV dockerVersion="arm32v7-1.0.32" ENV dockerVersion="arm32v7-1.0.33"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV autoStart=true ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false ENV configureLidarrWithOptimalSettings=false
@ -43,6 +43,7 @@ ENV videoFormat="bestvideo*+bestaudio/best"
RUN \ RUN \
echo "*** install packages ***" && \ echo "*** install packages ***" && \
apk add -U --upgrade --no-cache \ apk add -U --upgrade --no-cache \
tidyhtml \
musl-locales \ musl-locales \
musl-locales-lang \ musl-locales-lang \
flac \ flac \

Loading…
Cancel
Save