Skip to content

Commit

Permalink
Merge pull request #471 from danger/fix_docker
Browse files Browse the repository at this point in the history
Fix Dockerfile node certificates
  • Loading branch information
f-meloni committed Oct 2, 2021
2 parents 4797bbb + f3bfd30 commit f5d2923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "com.github.actions.color"="blue"

# Install nodejs and Danger
RUN apt-get update -q \
&& apt-get install -qy curl make \
&& apt-get install -qy curl make ca-certificates \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get install -qy nodejs \
&& npm install -g danger \
Expand Down

0 comments on commit f5d2923

Please sign in to comment.