We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a663aa2 commit cd7e8abCopy full SHA for cd7e8ab
Dockerfile
@@ -24,7 +24,7 @@ ADD cli/target/dependency-check-${VERSION}-release.zip /
24
RUN apk update && \
25
apk add --no-cache --virtual .build-deps curl tar && \
26
apk add --no-cache git ruby ruby-rdoc npm && \
27
- gem install bundle-audit && \
+ gem install bundler-audit && \
28
bundle audit update && \
29
mkdir /opt/yarn && \
30
curl -Ls https://yarnpkg.com/latest.tar.gz | tar -xz --strip-components=1 --directory /opt/yarn && \
0 commit comments