mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
adding docker
This commit is contained in:
parent
34dd09510b
commit
db6dd43232
1 changed files with 2 additions and 1 deletions
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue