[IMP] Odoo-11.0: add python3-xlrd for excel import

This commit is contained in:
Anass Ahmed 2019-10-14 21:32:54 +02:00
parent f126d72f66
commit d8600f8336

View File

@ -28,6 +28,7 @@ RUN set -x; \
python3-vobject \
python3-watchdog \
python3-xlwt \
python3-xlrd \
xz-utils \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \
&& echo '7e35a63f9db14f93ec7feeb0fce76b30c08f2057 wkhtmltox.deb' | sha1sum -c - \