aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/ci.Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile
index 69a7e5ba..3771e52b 100644
--- a/docker/ci.Dockerfile
+++ b/docker/ci.Dockerfile
@@ -13,7 +13,9 @@ RUN apk add --update tini \
ruby-rdoc \
ruby-irb \
docker \
- curl
+ curl \
+ nodejs \
+ nodejs-npm
ENV PIPENV_VENV_IN_PROJECT=1
ENV PIPENV_IGNORE_VIRTUALENVS=1
@@ -22,3 +24,4 @@ ENV PIPENV_HIDE_EMOJIS=1
RUN pip install pipenv
RUN gem install scss_lint
+RUN npm install -g eslint --save-dev