2017-06-27 17:17:48 +02:00
|
|
|
FROM registry.yaltik.net/odoo:yaltik10
|
2017-04-29 09:52:01 +02:00
|
|
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
|
|
|
|
|
|
|
WORKDIR /opt/odoo/extra-addons
|
|
|
|
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
|
|
|
|
&& git clone --depth 1 -b 10.0 https://github.com/OCA/l10n-france \
|
|
|
|
&& git clone --depth 1 -b 10.0 https://github.com/OCA/partner-contact \
|
2017-06-01 12:16:42 +02:00
|
|
|
&& git clone --depth 1 -b 10.0 https://github.com/OCA/vertical-association \
|
|
|
|
&& git clone --depth 1 -b 10.0 https://github.com/OCA/web
|
2017-04-29 09:52:01 +02:00
|
|
|
|
|
|
|
WORKDIR /opt/odoo/custom-addons
|
2017-06-01 12:16:42 +02:00
|
|
|
ADD code/yaltik10.tar.gz yaltik/
|
2017-06-27 17:09:57 +02:00
|
|
|
ADD code/golem.tar.gz golem/
|
2017-04-29 09:52:01 +02:00
|
|
|
WORKDIR /opt/odoo
|