From d53cb2ceb0697488aaeaf9e98f678d7fab49d7d5 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Mon, 5 Jun 2023 13:45:47 +0200 Subject: [PATCH] 16.0: add python3-magic and python3-odf While not strictly required, those packages may improve the user experience. --- 16.0/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/16.0/Dockerfile b/16.0/Dockerfile index 2e0480a..fd0d9cc 100644 --- a/16.0/Dockerfile +++ b/16.0/Dockerfile @@ -17,7 +17,9 @@ RUN apt-get update && \ libssl-dev \ node-less \ npm \ + python3-magic \ python3-num2words \ + python3-odf \ python3-pdfminer \ python3-pip \ python3-phonenumbers \