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 96510e8 commit f3a471eCopy full SHA for f3a471e
Dockerfile
@@ -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 --update add nodejs curl unzip
+RUN apk --no-cache --update add nodejs curl unzip git
27
28
COPY --from=build /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner/harness-sonar /bin/
29
WORKDIR /bin
0 commit comments