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 281ae96 commit 9e0d2b5Copy full SHA for 9e0d2b5
DockerfileJava17
@@ -23,7 +23,7 @@ ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
23
# && apt-get install -y nodejs curl \
24
# && apt-get clean
25
26
-RUN apk --no-cache add nodejs curl unzip
+RUN apk --no-cache --update add nodejs curl unzip
27
28
COPY --from=build /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner/harness-sonar /bin/
29
WORKDIR /bin
0 commit comments