Skip to content

Commit b28118a

Browse files
Merge pull request #84 from diegopereiraeng/main
Add git package to Dockerfile
2 parents f249dd7 + f3a471e commit b28118a

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
26+
RUN apk --no-cache --update add nodejs curl unzip git
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)