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.
2 parents 4618230 + 41beffc commit 6444dedCopy full SHA for 6444ded
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 git php
+RUN apk --no-cache --update add nodejs curl unzip git php python3 py3-pip maven gcc g++ make ruby ruby-dev perl
27
28
COPY --from=build /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner/harness-sonar /bin/
29
WORKDIR /bin
0 commit comments