Skip to content

Commit

Permalink
Fix ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jul 9, 2024
1 parent 393407c commit 16233a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16233a4

Please sign in to comment.