From cf4c0899588e026ff05e816bec7c1723d8807f07 Mon Sep 17 00:00:00 2001 From: Colin Newell Date: Wed, 25 Nov 2015 23:50:26 +0000 Subject: [PATCH] Remove manual less installation to go with the official installation mechanism --- 8.0/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index c9ba3b7..2f7036b 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -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 \