mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
lets try this way
This commit is contained in:
parent
dccc932276
commit
e6e119320a
2 changed files with 1 additions and 15 deletions
|
@ -35,15 +35,10 @@ RUN apk add --no-cache \
|
||||||
RUN pip3 --no-cache-dir install --upgrade --no-cache-dir \
|
RUN pip3 --no-cache-dir install --upgrade --no-cache-dir \
|
||||||
yamllint pylint yq
|
yamllint pylint yq
|
||||||
|
|
||||||
###################################
|
|
||||||
# COPY .npmrc to docker container #
|
|
||||||
###################################
|
|
||||||
COPY lib/.npmrc ~/.npmrc
|
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# Run NPM Installs #
|
# Run NPM Installs #
|
||||||
####################
|
####################
|
||||||
RUN npm -g --no-cache install \
|
RUN npm config set package-lock false && npm config set loglevel error && npm -g --no-cache install \
|
||||||
markdownlint-cli \
|
markdownlint-cli \
|
||||||
jsonlint prettyjson \
|
jsonlint prettyjson \
|
||||||
coffeelint \
|
coffeelint \
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
################################
|
|
||||||
# .NPMRC file for Super Linter #
|
|
||||||
################################
|
|
||||||
|
|
||||||
# Set prefix path
|
|
||||||
prefix=~/.npm-global
|
|
||||||
|
|
||||||
# Set the log Level to Error only
|
|
||||||
loglevel=error
|
|
Loading…
Reference in a new issue