[FIX]Odoo base images : force LESS for v2
This commit is contained in:
parent
7a069928f9
commit
68f744013d
@ -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" \
|
||||
|
@ -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" \
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user