From aa9e4da65ef1148d621a138abac27fca163500a1 Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Tue, 25 May 2021 18:45:42 +0200
Subject: [PATCH] Add mising libxml2 libxslt1.1

---
 12.0.Dockerfile-python3.6 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/12.0.Dockerfile-python3.6 b/12.0.Dockerfile-python3.6
index 86946ec..403c84c 100644
--- a/12.0.Dockerfile-python3.6
+++ b/12.0.Dockerfile-python3.6
@@ -12,6 +12,8 @@ RUN set -x; \
             curl \
             git \
             gnupg \
+            libxml2 \
+            libxslt1.1 \
             npm \
             openssh-client &&\
         echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main' >> /etc/apt/sources.list.d/postgresql.list &&\
@@ -23,7 +25,7 @@ RUN set -x; \
         apt-get install -y --no-install-recommends postgresql-client &&\
         apt-get install -y --no-install-recommends ${APT_DEPS} &&\
         pip install -I -r https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt &&\
-        pip install simplejson WTForms zxcvbn PyYAML zxcvbn phonenumbers Werkzeug==0.14.1 &&\
+        pip install simplejson WTForms zxcvbn PyYAML phonenumbers Werkzeug==0.14.1 &&\
         apt-get -y purge ${APT_DEPS} &&\
         apt-get -y autoremove &&\
         rm -rf /var/lib/apt/lists/* wkhtmltox.deb
-- 
GitLab