Skip to content
Snippets Groups Projects
Commit cf0c4e4f authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[ADD] pip pdfminer.six

parent 26ee1962
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ RUN set -x; \ ...@@ -24,7 +24,7 @@ RUN set -x; \
apt-get install -y --no-install-recommends postgresql-client &&\ apt-get install -y --no-install-recommends postgresql-client &&\
apt-get install -y --no-install-recommends ${APT_DEPS} &&\ apt-get install -y --no-install-recommends ${APT_DEPS} &&\
pip3 install -r https://raw.githubusercontent.com/OCA/OCB/14.0/requirements.txt &&\ 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 purge ${APT_DEPS} &&\
apt-get -y autoremove &&\ apt-get -y autoremove &&\
rm -rf /var/lib/apt/lists/* wkhtmltox.deb rm -rf /var/lib/apt/lists/* wkhtmltox.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment