lets try this way

This commit is contained in:
Lucas Gravley 2020-06-17 13:16:41 -05:00
parent dccc932276
commit e6e119320a
2 changed files with 1 additions and 15 deletions

View file

@ -35,15 +35,10 @@ RUN apk add --no-cache \
RUN pip3 --no-cache-dir install --upgrade --no-cache-dir \
yamllint pylint yq
###################################
# COPY .npmrc to docker container #
###################################
COPY lib/.npmrc ~/.npmrc
####################
# 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 \
jsonlint prettyjson \
coffeelint \

View file

@ -1,9 +0,0 @@
################################
# .NPMRC file for Super Linter #
################################
# Set prefix path
prefix=~/.npm-global
# Set the log Level to Error only
loglevel=error