2020-06-14 07:58:36 +02:00
|
|
|
FROM registry.yaltik.net/odoo:yaltik10c7
|
2016-10-17 19:02:39 +02:00
|
|
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
|
|
|
|
2018-07-23 14:44:06 +02:00
|
|
|
# Extra addons
|
2016-10-17 19:02:39 +02:00
|
|
|
WORKDIR /opt/odoo/extra-addons
|
2018-08-31 09:47:09 +02:00
|
|
|
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/vertical-association
|
2016-10-17 19:02:39 +02:00
|
|
|
|
2018-07-23 14:44:06 +02:00
|
|
|
# Own GOLEM Code
|
2016-10-17 19:02:39 +02:00
|
|
|
WORKDIR /opt/odoo/custom-addons
|
2018-08-31 09:47:09 +02:00
|
|
|
RUN git clone --depth 1 -b 10.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom.git yaltik
|
2018-07-23 14:44:06 +02:00
|
|
|
RUN git clone --depth 1 -b stable https://git.yaltik.net/yaltik/golem.git golem
|
2016-10-17 19:02:39 +02:00
|
|
|
WORKDIR /opt/odoo
|