mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Pin the version of less used in the Dockerfile.
This commit is contained in:
parent
d0e97e1607
commit
b97279a89c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user