From 125f78b33beaf7f5caa6721192e7a8bb0060b4c3 Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Tue, 25 May 2021 18:35:43 +0200 Subject: [PATCH] Add missing python pkgs --- 12.0.Dockerfile-python3.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12.0.Dockerfile-python3.6 b/12.0.Dockerfile-python3.6 index aee3790..86946ec 100644 --- a/12.0.Dockerfile-python3.6 +++ b/12.0.Dockerfile-python3.6 @@ -23,7 +23,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 phonenumbers Werkzeug==0.14.1 &&\ + pip install simplejson WTForms zxcvbn PyYAML zxcvbn phonenumbers Werkzeug==0.14.1 &&\ apt-get -y purge ${APT_DEPS} &&\ apt-get -y autoremove &&\ rm -rf /var/lib/apt/lists/* wkhtmltox.deb -- GitLab