[Dockerfile] install missing eclint package

Peter Dave Hello 2018-07-12 14:27:20 +08:00
parent 17c33fd9ae
commit cdde74a55d
1 changed files with 1 additions and 1 deletions

View File

@ -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