From 16233a49ba16bfd84549815ef8b0a7b495c47caa Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Tue, 9 Jul 2024 07:35:48 +0300 Subject: [PATCH] Fix ARM build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5886615..7e34cd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \ RUN pip3 install --upgrade pip RUN pip3 install phonenumbers RUN pip3 install python-jose +RUN pip install pip setuptools wheel Cython==3.0.0a10 +RUN pip install gevent==20.9.0 --no-build-isolation RUN npm install -g rtlcss RUN mkdir -p /opt/odoo