From b82772285603ca28c08c9edfc66ddecdeaec21e6 Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Mon, 6 Jan 2020 12:29:58 +0100
Subject: [PATCH] Add zxcvbn dependency introduced in
 https://github.com/OCA/server-auth/commit/8aed37ebd553056b632d4fd36e5457d43daf5bde#diff-f9294a9b74b79bae00c382de3318d90b

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

diff --git a/12.0.Dockerfile b/12.0.Dockerfile
index 778e336..4e810c5 100644
--- a/12.0.Dockerfile
+++ b/12.0.Dockerfile
@@ -41,7 +41,7 @@ RUN set -x; \
         apt-get install -y --no-install-recommends ${APT_DEPS} &&\
         curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin &&\
         pip install -I -r https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt &&\
-        pip install simplejson WTForms &&\
+        pip install simplejson WTForms zxcvbn &&\
         apt-get -y purge ${APT_DEPS} &&\
         apt-get -y autoremove &&\
         rm -rf /var/lib/apt/lists/* wkhtmltox.deb
-- 
GitLab