From cf0c4e4fc6499c8fded96ed1a5e71d8b1dc7abb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Thu, 23 Dec 2021 15:50:37 +0100
Subject: [PATCH] [ADD] pip pdfminer.six

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

diff --git a/14.0.Dockerfile b/14.0.Dockerfile
index cf7a8fc..87c693e 100644
--- a/14.0.Dockerfile
+++ b/14.0.Dockerfile
@@ -24,7 +24,7 @@ RUN set -x; \
         apt-get install -y --no-install-recommends postgresql-client &&\
         apt-get install -y --no-install-recommends ${APT_DEPS} &&\
         pip3 install -r https://raw.githubusercontent.com/OCA/OCB/14.0/requirements.txt &&\
-        pip3 install phonenumbers simplejson gevent==20.12.1 PyYAML zxcvbn &&\
+        pip3 install phonenumbers simplejson gevent==20.12.1 pdfminer.six PyYAML zxcvbn &&\
         apt-get -y purge ${APT_DEPS} &&\
         apt-get -y autoremove &&\
         rm -rf /var/lib/apt/lists/* wkhtmltox.deb
-- 
GitLab