[Dockerfile] install missing eclint package
parent
17c33fd9ae
commit
cdde74a55d
|
@ -101,7 +101,7 @@ RUN echo '[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # Th
|
||||||
# nodejs and tools
|
# nodejs and tools
|
||||||
RUN bash -c 'source $HOME/.nvm/nvm.sh && \
|
RUN bash -c 'source $HOME/.nvm/nvm.sh && \
|
||||||
nvm install node && \
|
nvm install node && \
|
||||||
npm install -g doctoc urchin && \
|
npm install -g doctoc urchin eclint && \
|
||||||
npm install --prefix "$HOME/.nvm/"'
|
npm install --prefix "$HOME/.nvm/"'
|
||||||
|
|
||||||
# Set WORKDIR to nvm directory
|
# Set WORKDIR to nvm directory
|
||||||
|
|
Loading…
Reference in New Issue