We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93fe97 commit 155638aCopy full SHA for 155638a
Dockerfile
@@ -69,7 +69,7 @@ COPY requirements.txt /curq-requirements.txt
69
RUN apt-get update && apt-get -y install python3-pip cython3 python3 libldap2-dev libpq-dev libsasl2-dev python3-requests
70
RUN pip wheel -r /requirements.txt -r /curq-requirements.txt --wheel-dir=/wheels
71
72
-FROM ghcr.io/onesteinbv/odoo-docker:latest
+FROM ghcr.io/onesteinbv/odoo-docker:dfef8c7ecdc118bf26a3bdd6c6fc7068c3c553ca
73
COPY --from=pack ./odoo /odoo/src/odoo
74
COPY --from=pack ./package /odoo/custom
75
COPY --from=wheels ./wheels /odoo/wheels
0 commit comments