Skip to content

Commit

Permalink
feat: add a Dockerfile to add python-jose lib to bitnami's odoo image…
Browse files Browse the repository at this point in the history
… (allows use of auth_oidc module)
  • Loading branch information
robinbourianes-kalisio committed Dec 11, 2024
1 parent 2136915 commit e8f887f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/odoo/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM bitnami/odoo:18.0.20241105-debian-12-r0
LABEL maintainer "[email protected]"

# Custom steps to embed auth_oidc module
# https://odoo-community.org/shop/authentication-openid-connect-6545

# Dependency for auth_oidc module
RUN /opt/bitnami/odoo/venv/bin/pip install python-jose

0 comments on commit e8f887f

Please sign in to comment.