From 407437b85783bac9fc254c9c6bd32e5be2a481d7 Mon Sep 17 00:00:00 2001 From: Nathan Pawelek Date: Sat, 16 Mar 2024 16:52:44 -0500 Subject: [PATCH] Add mediainfo back to image If you're currently analyzing track language, missing mediainfo will cause rescan tasks to hang indefinitely, preventing an update or sync of the backends. This appears to have been removed in the 1.4.2 release. Signed-off-by: Nathan Pawelek --- apps/bazarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bazarr/Dockerfile b/apps/bazarr/Dockerfile index 5de6bcc75..02dc2107f 100644 --- a/apps/bazarr/Dockerfile +++ b/apps/bazarr/Dockerfile @@ -22,7 +22,7 @@ RUN \ #hadolint ignore=DL3018,DL3013 RUN \ - apk add --no-cache ca-certificates ffmpeg python3 py3-lxml py3-numpy py3-gevent py3-cryptography py3-setuptools py3-psycopg2 py3-pillow unzip \ + apk add --no-cache ca-certificates ffmpeg mediainfo python3 py3-lxml py3-numpy py3-gevent py3-cryptography py3-setuptools py3-psycopg2 py3-pillow unzip \ && \ apk add --no-cache --virtual .build-deps py3-pip gcc python3-dev musl-dev \ && \