From 5272b1254c1716a4dfe20f82da3e6ccfc233593c Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Thu, 13 Dec 2018 18:19:31 +0100 Subject: [PATCH] [IMP]Odoo 12 extended dockerfile with new OCA repositories * social * website * server brand --- odoo/odoo/Dockerfile.ext.12 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/odoo/odoo/Dockerfile.ext.12 b/odoo/odoo/Dockerfile.ext.12 index 8cdd2ca..df4a55e 100644 --- a/odoo/odoo/Dockerfile.ext.12 +++ b/odoo/odoo/Dockerfile.ext.12 @@ -5,8 +5,11 @@ MAINTAINER Yaltik - Fabien Bourgeois 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/partner-contact 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/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