[FIX]Odoo and GOLEM : new base dependencies
This commit is contained in:
parent
9dafa4d498
commit
036816b477
@ -1,6 +1,9 @@
|
|||||||
FROM registry.yaltik.net/odoo:yaltik8
|
FROM registry.yaltik.net/odoo:yaltik8
|
||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
|
# Extra dependency
|
||||||
|
RUN pip install --user unidecode
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
WORKDIR /opt/odoo/extra-addons
|
WORKDIR /opt/odoo/extra-addons
|
||||||
RUN git clone --depth 1 -b 8.0 https://github.com/OCA/community-data-files \
|
RUN git clone --depth 1 -b 8.0 https://github.com/OCA/community-data-files \
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
FROM registry.yaltik.net/odoodev:yaltik8
|
FROM registry.yaltik.net/odoodev:yaltik8
|
||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
|
# Extra dependency
|
||||||
|
RUN pip install --user unidecode
|
||||||
|
|
||||||
|
# External dependencies
|
||||||
WORKDIR /opt/odoo/extra-addons
|
WORKDIR /opt/odoo/extra-addons
|
||||||
RUN git clone --depth 1 -b 8.0 https://github.com/OCA/community-data-files \
|
RUN git clone --depth 1 -b 8.0 https://github.com/OCA/community-data-files \
|
||||||
&& git clone --depth 1 -b 8.0 https://github.com/OCA/l10n-france \
|
&& git clone --depth 1 -b 8.0 https://github.com/OCA/l10n-france \
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
FROM registry.yaltik.net/odoo:yaltikbase10
|
FROM registry.yaltik.net/odoo:yaltikbase10
|
||||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
|
# Extra dependency
|
||||||
|
RUN pip install --user unidecode
|
||||||
|
|
||||||
# External code
|
# External code
|
||||||
WORKDIR /opt/odoo/extra-addons
|
WORKDIR /opt/odoo/extra-addons
|
||||||
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files
|
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files
|
||||||
|
Loading…
Reference in New Issue
Block a user