From 2cfbb7a32456cd4803ba407c294fd1e019894946 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 3 Nov 2022 11:16:22 -0400 Subject: [PATCH] add tidyhtml --- arm64v8.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arm64v8.dockerfile b/arm64v8.dockerfile index cfa1a1a..b828153 100644 --- a/arm64v8.dockerfile +++ b/arm64v8.dockerfile @@ -11,7 +11,7 @@ COPY --from=builder qemu-aarch64-static /usr/bin LABEL maintainer="RandomNinjaAtk" ENV dockerTitle="lidarr-extended" -ENV dockerVersion="arm64v8-1.0.32" +ENV dockerVersion="arm64v8-1.0.33" ENV LANG=en_US.UTF-8 ENV autoStart=true ENV configureLidarrWithOptimalSettings=false @@ -43,6 +43,7 @@ ENV videoFormat="bestvideo*+bestaudio/best" RUN \ echo "*** install packages ***" && \ apk add -U --upgrade --no-cache \ + tidyhtml \ musl-locales \ musl-locales-lang \ flac \