From d2a356546757688ea9e08802c97ba66ab0a3de76 Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Sat, 11 May 2024 00:32:57 +0200
Subject: [PATCH] =?UTF-8?q?Dockerfile:=20ajout=20de=20la=20d=C3=A9pendance?=
 =?UTF-8?q?=20file=20manquante?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Dockerfile-base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile-base b/Dockerfile-base
index 9d9b932..96821f0 100644
--- a/Dockerfile-base
+++ b/Dockerfile-base
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND="noninteractive"
 
 RUN apt-get update && \
 	apt-get dist-upgrade -y && \
-	apt-get install --no-install-recommends -y python3 python3-virtualenv chromium-driver make xauth xvfb tesseract-ocr tesseract-ocr-eng tesseract-ocr-fra ocrmypdf curl unzip zip tor && \
+	apt-get install --no-install-recommends -y python3 python3-virtualenv chromium-driver make xauth xvfb tesseract-ocr tesseract-ocr-eng tesseract-ocr-fra ocrmypdf curl unzip zip tor file && \
 	apt-get clean && \
 	rm -rf /var/lib/apt/lists && \
 	ln -s /usr/bin/python3 /usr/bin/python && \
-- 
GitLab