Skip to content

Commit

Permalink
chore: install npm explicitly and rename java specific dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mila Votradovec committed Aug 8, 2019
1 parent 5ed139e commit 45ffd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apt-get update && \
curl -L https://services.gradle.org/distributions/gradle-5.4-bin.zip -o gradle-5.4-bin.zip && \
unzip gradle-5.4-bin.zip -d /home/node/ && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get install -y nodejs jq && \
apt-get install -y nodejs jq npm && \
node -v && \
npm install --global snyk snyk-to-html && \
apt-get autoremove -y && \
apt-get clean && \
Expand Down
File renamed without changes.

0 comments on commit 45ffd12

Please sign in to comment.