From 3b21d6757b9f9853580954bb0092b0920b20ce6d Mon Sep 17 00:00:00 2001 From: Aaron Bohy Date: Thu, 8 Oct 2015 12:26:50 +0200 Subject: [PATCH] [IMP] Dockerfile: install lessc from jessie's packages --- 8.0/Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 95b44e2..fbd4237 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -7,13 +7,11 @@ RUN set -x; \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ - nodejs \ - npm \ - python-support \ + node-less \ + node-clean-css \ python-pyinotify \ python-renderpm \ - && npm install -g less less-plugin-clean-css \ - && ln -s /usr/bin/nodejs /usr/bin/node \ + python-support \ && 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 \