From 979ed213d9273417992fccee033a471d5378f56f Mon Sep 17 00:00:00 2001 From: Wouter Timmermans Date: Sat, 1 Aug 2015 18:53:59 +0200 Subject: [PATCH] add python-unidecode to install script --- 8.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 9a69b94..eaf440f 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -11,6 +11,7 @@ RUN set -x; \ npm \ python-support \ python-pyinotify \ + python-unidecode \ && 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 \