add python-unidecode to install script

This commit is contained in:
Wouter Timmermans 2015-08-01 18:53:59 +02:00
parent 0afa334549
commit 979ed213d9

View File

@ -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 \