From 7cca8cd232273e0c6b71c587e88a921f9023f8e1 Mon Sep 17 00:00:00 2001 From: Tris Forster Date: Fri, 3 Oct 2025 17:30:59 +1000 Subject: [PATCH] Added missing decoders --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f422a23..7801e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,12 +8,14 @@ RUN apt-get update && \ aspell-en \ git \ libxml2 \ + libimage-exiftool-perl \ net-tools \ poppler-utils \ python3 \ python3-chm \ python3-libxml2 \ python3-lxml \ + python3-mutagen \ python3-pip \ unrtf \ unzip \