Remove manual less installation to go with the official installation mechanism

This commit is contained in:
Colin Newell 2015-11-25 23:50:26 +00:00
parent db7fb370d5
commit cf4c089958

View File

@ -27,8 +27,6 @@ RUN set -x; \
python-renderpm \
python-support \
locales \
&& 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 \
&& echo '40e8b906de658a2221b15e4e8cd82565a47d7ee8 wkhtmltox.deb' | sha1sum -c - \
&& dpkg --force-depends -i wkhtmltox.deb \