docker_images/odoo/odoo/Dockerfile.ext.16

27 lines
1.1 KiB
Docker
Raw Normal View History

2022-10-27 22:20:02 +02:00
FROM registry.yaltik.net/odoo:yaltikbase16
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
2023-01-24 14:22:31 +01:00
# External code and usedfull PR
2022-10-27 22:20:02 +02:00
WORKDIR /opt/odoo/extra-addons
RUN git clone --depth 1 -b 16.0 https://github.com/OCA/community-data-files && \
2023-01-24 14:22:31 +01:00
git clone --depth 1 -b 16.0 https://github.com/OCA/server-tools && \
2022-10-27 22:20:02 +02:00
git clone --depth 1 -b 16.0 https://github.com/OCA/l10n-france && \
git clone --depth 1 -b 16.0 https://github.com/OCA/queue && \
git clone --depth 1 -b 16.0 https://github.com/OCA/partner-contact && \
git clone --depth 1 -b 16.0 https://github.com/OCA/social && \
git clone --depth 1 -b 16.0 https://github.com/OCA/server-brand && \
git clone --depth 1 -b 16.0 https://github.com/OCA/web && \
2023-03-07 10:26:12 +01:00
git clone --depth 1 -b 16.0 https://github.com/OCA/website
2022-10-27 22:20:02 +02:00
# Custom code
2022-11-24 10:57:17 +01:00
WORKDIR /opt/odoo/custom-addons
RUN git clone --depth 1 -b 16.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom.git
2022-10-27 22:20:02 +02:00
WORKDIR /opt/odoo
# Addons dependencies
2023-01-24 14:22:31 +01:00
RUN .local/bin/pip3 install --user git+https://github.com/OCA/openupgradelib.git@3.3.4 astor==0.8.1 python-stdnum==1.18
# Scripts
COPY i18n-import.sh upd.sh /opt/odoo/