diff --git a/14.0.Dockerfile b/14.0.Dockerfile index cf7a8fc3500a1c24b0de9f62d55e0fcc05a5ee73..87c693ed9b315a1845c41df14c27e4b70d06cd7e 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