Skip to content

Commit 41beffc

Browse files
support new languages
1 parent 4618230 commit 41beffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
2323
# && apt-get install -y nodejs curl \
2424
# && apt-get clean
2525

26-
RUN apk --no-cache --update add nodejs curl unzip git php
26+
RUN apk --no-cache --update add nodejs curl unzip git php python3 py3-pip maven gcc g++ make ruby ruby-dev perl
2727

2828
COPY --from=build /go/src/github.com/diegopereiraeng/harness-cie-sonarqube-scanner/harness-sonar /bin/
2929
WORKDIR /bin

0 commit comments

Comments
 (0)