docker_images/odoo/odoo/Dockerfile.ext.12

27 lines
1.1 KiB
Docker

FROM registry.yaltik.net/odoo:yaltikbase12
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
# External code
WORKDIR /opt/odoo/extra-addons
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/community-data-files
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/l10n-france
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/queue
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/partner-contact
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/social
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/server-brand
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/web
RUN git clone --depth 1 -b 12.0 https://github.com/OCA/website
RUN git clone --depth 1 -b 12.0 https://github.com/muk-it/muk_base
RUN git clone --depth 1 -b 12.0 https://github.com/muk-it/muk_misc
RUN git clone --depth 1 -b 12.0 https://github.com/muk-it/muk_web
RUN git clone --depth 1 -b 12.0 https://github.com/muk-it/muk_website
# Custom code
WORKDIR /opt/odoo/custom-addons
RUN git clone --depth 1 -b 12.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom.git
WORKDIR /opt/odoo
# Addons dependencies
RUN .local/bin/pip3 install --user openupgradelib