[FIX]Odoo base images : force LESS for v2

This commit is contained in:
Fabien BOURGEOIS 2018-08-14 12:54:55 +02:00
parent 7a069928f9
commit 68f744013d
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ RUN apt-get update \
python-dev python-setuptools python-pip nodejs npm
# Install NPM dependencies
RUN npm install -g less less-plugin-clean-css
RUN npm install -g less@2 less-plugin-clean-css
# PostgreSQL 9.5
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main 9.5" \

View File

@ -16,7 +16,7 @@ RUN apt-get update \
# Handle Node PATH
RUN ln -s /usr/bin/nodejs /usr/bin/node
# Install NPM dependencies
RUN npm install -g less less-plugin-clean-css
RUN npm install -g less@2 less-plugin-clean-css
# PostgreSQL 9.6
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main 9.6" \

View File

@ -11,7 +11,7 @@ RUN apt-get update \
# Handle Node PATH
RUN ln -s /usr/bin/nodejs /usr/bin/node
# Install NPM dependencies
RUN npm install -g less less-plugin-clean-css
RUN npm install -g less@2 less-plugin-clean-css
# PostgreSQL 9.5
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main 9.5" \