Bump less to @<3.0 so setup.py css works

This commit is contained in:
Peter Parente 2015-01-21 21:57:25 -05:00
parent 3c8ca375f3
commit 0a57949cce

View File

@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y -q \
npm
# In order to build from source, need less
RUN npm install -g less@1.7.5
RUN npm install -g 'less@<3.0'
RUN pip install invoke