From ed562babbc3d9c573fb7b817b342b4ba11d68966 Mon Sep 17 00:00:00 2001 From: Anass Ahmed Date: Fri, 2 Oct 2015 01:45:25 +0200 Subject: [PATCH] Installed low-level renderpm for barcodes Odoo deb package has no dependency on python-renderpm which is needed by python-reportlab to support printing barcodes! --- 8.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 9a69b94..0957059 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -11,6 +11,7 @@ RUN set -x; \ npm \ python-support \ python-pyinotify \ + python-renderpm \ && npm install -g less less-plugin-clean-css \ && ln -s /usr/bin/nodejs /usr/bin/node \ && curl -o wkhtmltox.deb -SL http://nightly.odoo.com/extra/wkhtmltox-0.12.1.2_linux-jessie-amd64.deb \