[FIX]Odoo py3o build : install from pip instead of bitbucket
This commit is contained in:
parent
0fbf823796
commit
eaa296116b
@ -14,9 +14,6 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/reporting-engine && \
|
|||||||
cd reporting-engine && \
|
cd reporting-engine && \
|
||||||
git fetch origin pull/180/head:10.0-bypass-fusion && git checkout 10.0-bypass-fusion
|
git fetch origin pull/180/head:10.0-bypass-fusion && git checkout 10.0-bypass-fusion
|
||||||
# Addons dependencies
|
# Addons dependencies
|
||||||
# TMP : use latest master for better error reporting
|
RUN pip install --user py3o.template && pip install --user py3o.formats
|
||||||
RUN pip install --user hg+https://bitbucket.org/faide/py3o.template
|
|
||||||
# RUN pip install --user py3o.template && pip install --user py3o.formats
|
|
||||||
RUN pip install --user py3o.formats
|
|
||||||
|
|
||||||
WORKDIR /opt/odoo
|
WORKDIR /opt/odoo
|
||||||
|
Loading…
Reference in New Issue
Block a user