From 9da09add4d25e9b64eafe432c01389cb39e0523f Mon Sep 17 00:00:00 2001 From: "Daniel J. O'Quinn" Date: Thu, 12 Jul 2018 08:11:10 -0400 Subject: [PATCH] add pip module not tested, from info log hint. --- 11.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 6cf0d7e..325967e 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -36,7 +36,7 @@ RUN set -x; \ && rm -rf /var/lib/apt/lists/* odoo.deb # Copy entrypoint script and Odoo configuration file -RUN pip3 install num2words xlwt +RUN pip3 install num2words xlwt phonenumbers COPY ./entrypoint.sh / COPY ./odoo.conf /etc/odoo/ RUN chown odoo /etc/odoo/odoo.conf