[UPD]Odoo py3o images : reporting-engine now on base image
This commit is contained in:
parent
7c29665d61
commit
fe58ed2693
@ -9,13 +9,8 @@ RUN apt-get update
|
||||
RUN apt-get install -y fonts-liberation
|
||||
RUN apt-get install --no-install-recommends -y libreoffice libreoffice-calc libreoffice-writer
|
||||
|
||||
USER odoo
|
||||
WORKDIR /opt/odoo/extra-addons
|
||||
# reporting engine with recent hbrun MR
|
||||
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
|
||||
USER odoo
|
||||
RUN pip install --user py3o.template && pip install --user py3o.formats
|
||||
|
||||
WORKDIR /opt/odoo
|
||||
|
Loading…
Reference in New Issue
Block a user