mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Bump less to @<3.0 so setup.py css works
This commit is contained in:
parent
3c8ca375f3
commit
0a57949cce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user