Skip to content

Commit

Permalink
Merge branch '8.0.1.1' of github.com:seb-elico/odoo-docker into 9.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-elico committed Oct 23, 2017
2 parents df84069 + 8ccd454 commit 58dd3cf
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 58dd3cf

Please sign in to comment.