From 375d4151987c416541a04f3691cb7ab303525a06 Mon Sep 17 00:00:00 2001 From: Aidos Date: Sat, 10 Nov 2018 02:11:08 +0600 Subject: [PATCH] [FIX] error: invalid command 'bdist_wheel' #226 [FIX] error: invalid command 'bdist_wheel' #226 --- 11.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 007012b..b465019 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -36,6 +36,7 @@ RUN set -x; \ && rm -rf /var/lib/apt/lists/* odoo.deb # Copy entrypoint script and Odoo configuration file +RUN pip3 install wheel RUN pip3 install num2words xlwt COPY ./entrypoint.sh / COPY ./odoo.conf /etc/odoo/