[REF] Odoo 9.0-11.0: update to release 20180122

11.0: install python3 package xlwt to allow xlsx export

Fixes #161
This commit is contained in:
Christophe Monniez
2018-01-22 11:39:40 +01:00
parent 16d5988408
commit b3d6d018f7
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 10.0
ENV ODOO_RELEASE 20171030
ENV ODOO_RELEASE 20180122
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'b250b2bbcda6056146d323eb0d7a1e609a09d0ec odoo.deb' | sha1sum -c - \
&& echo '836f0fb94aee0d3771cf2188309f6079ee35f83e odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \