From d8600f83366780ad20383a5b737d147f518ec562 Mon Sep 17 00:00:00 2001 From: Anass Ahmed Date: Mon, 14 Oct 2019 21:32:54 +0200 Subject: [PATCH] [IMP] Odoo-11.0: add `python3-xlrd` for excel import --- 11.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index f8f56c8..6fcba71 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -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 - \