mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -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 \
|
RUN npm -g install \
|
||||||
markdownlint-cli \
|
markdownlint-cli \
|
||||||
jsonlint prettyjson \
|
jsonlint prettyjson \
|
||||||
coffeelint
|
coffeelint \
|
||||||
|
eslint standard
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# Run GEM installs #
|
# Run GEM installs #
|
||||||
|
|
Loading…
Reference in a new issue