docker_images/odoo/golem/Dockerfile.master

16 lines
750 B
Docker
Raw Normal View History

2018-02-05 11:05:07 +01:00
FROM registry.yaltik.net/odoo:yaltik10
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
WORKDIR /opt/odoo/extra-addons
2017-06-27 17:09:57 +02:00
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 \
&& 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 \
&& git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme
WORKDIR /opt/odoo/custom-addons
2017-06-27 17:09:57 +02:00
ADD code/yaltik10.tar.gz yaltik/
RUN git clone --depth 1 -b master https://git.yaltik.net/yaltik/golem.git golem
WORKDIR /opt/odoo