Skip to content

Commit

Permalink
Add mediainfo back to image (#984)
Browse files Browse the repository at this point in the history
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 <npawelek@users.noreply.github.com>
  • Loading branch information
npawelek authored Mar 16, 2024
1 parent ef729d5 commit 59a4d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
&& \
Expand Down

0 comments on commit 59a4d6e

Please sign in to comment.