From cdde74a55d05b7925bb3822e8f31c05789e56968 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 12 Jul 2018 14:27:20 +0800 Subject: [PATCH] [Dockerfile] install missing eclint package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49bc3c5..22e759a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,7 @@ RUN echo '[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # Th # nodejs and tools RUN bash -c 'source $HOME/.nvm/nvm.sh && \ nvm install node && \ - npm install -g doctoc urchin && \ + npm install -g doctoc urchin eclint && \ npm install --prefix "$HOME/.nvm/"' # Set WORKDIR to nvm directory