From 316224ccefd011be671586159bf30946dc69b87b Mon Sep 17 00:00:00 2001 From: Daniel Blanco Date: Tue, 17 Oct 2017 09:54:09 -0300 Subject: [PATCH] [FIX] pip3 install num2words --- 11.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 1c4e5d7..8665757 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -42,7 +42,7 @@ RUN set -x; \ && rm -rf /var/lib/apt/lists/* odoo.deb # Copy entrypoint script and Odoo configuration file -RUN pip install num2words +RUN pip3 install num2words COPY ./entrypoint.sh / COPY ./odoo.conf /etc/odoo/ RUN chown odoo /etc/odoo/odoo.conf