diff --git a/Dockerfile b/Dockerfile index 507d9544..e4062005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,8 @@ RUN pip3 install --upgrade --no-cache-dir \ RUN npm -g install \ markdownlint-cli \ jsonlint prettyjson \ - coffeelint + coffeelint \ + eslint standard #################### # Run GEM installs #