[IMP]py3o odoo image : use master for py3o template for latest fixes

This commit is contained in:
Fabien BOURGEOIS 2017-12-19 02:58:13 +01:00
parent 69a206e434
commit 0db64e04b1
1 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/reporting-engine && \
cd reporting-engine && \
git fetch origin pull/180/head:10.0-bypass-fusion && git checkout 10.0-bypass-fusion
# Addons dependencies
RUN pip install --user py3o.template && pip install --user py3o.formats
# TMP : use latest master for better error reporting
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