Pin the version of less used in the Dockerfile.

This commit is contained in:
Kyle Kelley 2014-11-30 20:24:25 -06:00
parent d0e97e1607
commit b97279a89c

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
RUN npm install -g less@1.7.5
RUN pip install invoke