Skip to content

Commit

Permalink
OZ-575 - Install python-jose that is required by oidc addons
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Jun 18, 2024
1 parent 2c1706f commit fe5912d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${arch}.deb && \
dpkg -i wkhtmltox_0.12.6-1.buster_${arch}.deb && cp /usr/local/bin/wkhtmltopdf /usr/bin && cp /usr/local/bin/wkhtmltoimage /usr/bin
RUN pip install phonenumbers
RUN pip install python-jose
RUN npm install -g rtlcss

RUN mkdir -p /opt/odoo
Expand Down

0 comments on commit fe5912d

Please sign in to comment.