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 93ea22e + d439925 commit b2ea4c0Copy full SHA for b2ea4c0
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
+RUN apk --no-cache --update add nodejs curl unzip git php
27
28
COPY --from=build /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner/harness-sonar /bin/
29
WORKDIR /bin
0 commit comments