Skip to content

Commit

Permalink
Latest version of LESS is not compatible with Odoo
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-elico committed Oct 23, 2017
1 parent aed15f2 commit 8ccd454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ADD sources/pip-req.txt /opt/sources/pip-req.txt
RUN pip install -r /opt/sources/pip-req.txt

# Install LESS
RUN npm install -g less less-plugin-clean-css && \
RUN npm install -g less@2.7.2 less-plugin-clean-css@1.5.1 && \
ln -s /usr/bin/nodejs /usr/bin/node

# must unzip this package to make it visible as an odoo external dependency
Expand Down

0 comments on commit 8ccd454

Please sign in to comment.