adding eslint
This commit is contained in:
@ -19,6 +19,10 @@ RUN apt-get update \
|
||||
&& echo "alias la='ls -ahl'" >> /root/.bashrc \
|
||||
&& echo "export HISTCONTROL=ignoredups" >> /root/.bashrc
|
||||
|
||||
# RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
||||
# RUN apt-get update\
|
||||
# && apt-get install --yes nodejs
|
||||
|
||||
# install current Ruby
|
||||
RUN curl -L --progress https://github.com/postmodern/ruby-install/archive/v0.6.0.tar.gz | tar xz \
|
||||
&& cd ruby-install-0.6.0 \
|
||||
|
Reference in New Issue
Block a user