FROM registry.yaltik.net/odoo:yaltik10 MAINTAINER Yaltik - Fabien Bourgeois # Openupgradelib RUN pip install --user openupgradelib # Extra addons WORKDIR /opt/odoo/extra-addons RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \ && git clone --depth 1 -b 10.0 https://github.com/OCA/l10n-france \ && git clone --depth 1 -b 10.0 https://github.com/OCA/partner-contact \ && git clone --depth 1 -b 10.0 https://github.com/OCA/vertical-association \ && git clone --depth 1 -b 10.0 https://github.com/OCA/web \ && git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme # Own GOLEM Code WORKDIR /opt/odoo/custom-addons RUN git clone --depth 1 -b 10.0 https://$GITEA_USER:$GITEA_PASS@git.yaltik.net/Yaltik/yaltik_odoo_custom.git yaltik RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem WORKDIR /opt/odoo