From f4682ad5dc5d3933d984fca457db1738fd3b492d Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Fri, 14 Dec 2018 09:33:20 +0100 Subject: [PATCH] [ADD]Odoo 12 extended : add OCA web repository --- odoo/odoo/Dockerfile.ext.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo/odoo/Dockerfile.ext.12 b/odoo/odoo/Dockerfile.ext.12 index df4a55e..a2f2f74 100644 --- a/odoo/odoo/Dockerfile.ext.12 +++ b/odoo/odoo/Dockerfile.ext.12 @@ -9,6 +9,7 @@ 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