##// END OF EJS Templates
Pin the version of less used in the Dockerfile.
Kyle Kelley -
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
44 RUN npm install -g less@1.7.5
45 45
46 46 RUN pip install invoke
47 47
General Comments 0
You need to be logged in to leave comments. Login now