[IMP]Odoo 12 extended dockerfile with new OCA repositories
* social * website * server brand
This commit is contained in:
parent
0303911fe3
commit
5272b1254c
@ -5,8 +5,11 @@ MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
|||||||
WORKDIR /opt/odoo/extra-addons
|
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/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/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/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_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_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_web
|
||||||
|
Loading…
Reference in New Issue
Block a user