Update Dockerfile

This commit is contained in:
2023-06-12 19:50:01 +02:00
parent c9286cbf82
commit 5aefbd08fd

View File

@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-sonarr"
RUN apt-get update && \
apt-get -y install --no-install-recommends mediainfo libicu67 && \
apt-get -y install --no-install-recommends mediainfo libicu72 && \
rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/sonarr"