[IMP] Dockerfile: install lessc from jessie's packages

This commit is contained in:
Aaron Bohy 2015-10-08 12:26:50 +02:00
parent fac64b785d
commit 3b21d6757b

View File

@ -7,13 +7,11 @@ RUN set -x; \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
curl \ curl \
nodejs \ node-less \
npm \ node-clean-css \
python-support \
python-pyinotify \ python-pyinotify \
python-renderpm \ python-renderpm \
&& npm install -g less less-plugin-clean-css \ python-support \
&& 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 \ && 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 - \ && echo '40e8b906de658a2221b15e4e8cd82565a47d7ee8 wkhtmltox.deb' | sha1sum -c - \
&& dpkg --force-depends -i wkhtmltox.deb \ && dpkg --force-depends -i wkhtmltox.deb \