From d9618f00f4acc0aa6d62b9b7c432f0c9c5c59ca8 Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Mon, 12 Apr 2021 14:47:52 +0200 Subject: [PATCH] Add missing PyYAML --- 14.0.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14.0.Dockerfile b/14.0.Dockerfile index 5c76fb1..635f657 100644 --- a/14.0.Dockerfile +++ b/14.0.Dockerfile @@ -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} &&\ pip3 install -r https://raw.githubusercontent.com/OCA/OCB/14.0/requirements.txt &&\ - pip3 install phonenumbers simplejson gevent==20.12.1 zxcvbn &&\ + pip3 install phonenumbers simplejson gevent==20.12.1 PyYAML zxcvbn &&\ apt-get -y purge ${APT_DEPS} &&\ apt-get -y autoremove &&\ rm -rf /var/lib/apt/lists/* wkhtmltox.deb -- GitLab