docker_images/odoo/odoo/Dockerfile.ext.14

24 lines
1.1 KiB
Docker
Raw Normal View History

2021-09-14 13:07:29 +02:00
FROM registry.yaltik.net/odoo:yaltikbase14
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
2021-09-14 13:07:29 +02:00
# External code
WORKDIR /opt/odoo/extra-addons
RUN git clone --depth 1 -b 14.0 https://github.com/OCA/community-data-files && \
git clone --depth 1 -b 14.0 https://github.com/OCA/l10n-france && \
git clone --depth 1 -b 14.0 https://github.com/OCA/queue && \
git clone --depth 1 -b 14.0 https://github.com/OCA/partner-contact && \
git clone --depth 1 -b 14.0 https://github.com/OCA/social && \
git clone --depth 1 -b 14.0 https://github.com/OCA/server-brand && \
git clone --depth 1 -b 14.0 https://github.com/OCA/web && \
git clone --depth 1 -b 14.0 https://github.com/OCA/website && \
git clone --depth 1 -b 14.0 https://github.com/Openworx/backend_theme
2021-09-14 13:07:29 +02:00
# Custom code
WORKDIR /opt/odoo/custom-addons
RUN git clone --depth 1 -b 14.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom.git
WORKDIR /opt/odoo
# Addons dependencies
RUN .local/bin/pip3 install --no-cache-dir --user git+https://github.com/OCA/openupgradelib.git@3.3.2