Skip to content

Commit

Permalink
build: silence npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Sep 4, 2022
1 parent dad4411 commit fc5cc1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ LABEL com.github.actions.name="Conventional Semantic Release" \
RUN mkdir /action
WORKDIR /action

# slience npm
RUN npm config set update-notifier=false audit=false fund=false

RUN apt-get update \
&& apt-get install -y --no-install-recommends git openssh-client ca-certificates ruby-full \
&& apt-get purge -y --auto-remove \
Expand Down

0 comments on commit fc5cc1a

Please sign in to comment.