##// END OF EJS Templates
Bump less to @<3.0 so setup.py css works
Peter Parente -
Show More
@@ -41,7 +41,7 b' RUN apt-get update && apt-get install -y -q \\'
41 41 npm
42 42
43 43 # In order to build from source, need less
44 RUN npm install -g less@1.7.5
44 RUN npm install -g 'less@<3.0'
45 45
46 46 RUN pip install invoke
47 47
General Comments 0
You need to be logged in to leave comments. Login now