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 d3c4fc6 commit ab89b61Copy full SHA for ab89b61
DockerfileJava17
@@ -19,9 +19,11 @@ ARG SONAR_VERSION=5.0.1.3006
19
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
20
ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
21
22
-RUN apt-get update \
23
- && apt-get install -y nodejs curl \
24
- && apt-get clean
+# RUN apt-get update \
+# && apt-get install -y nodejs curl \
+# && apt-get clean
25
+
26
+RUN apk --no-cache 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