From 5de0cb733cfc10b4c20e86180cffc47407b6434e Mon Sep 17 00:00:00 2001 From: Kazebayashi Date: Fri, 4 Nov 2016 00:34:47 +0100 Subject: [PATCH] Adding python-xlrd in deps to enable importing excel tables in Odoo. --- 10.0/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/10.0/Dockerfile b/10.0/Dockerfile index ea2b12e..93e65a9 100644 --- a/10.0/Dockerfile +++ b/10.0/Dockerfile @@ -19,7 +19,8 @@ RUN set -x; \ && apt-get -y install -f --no-install-recommends \ && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \ && rm -rf /var/lib/apt/lists/* wkhtmltox.deb \ - && pip install psycogreen==1.0 + && pip install psycogreen==1.0 \ + && pip install xlrd # Install Odoo ENV ODOO_VERSION 10.0