Skip to content

Commit b2ea4c0

Browse files
Merge pull request #94 from drone-plugins/php-install
Update Dockerfile - php
2 parents 93ea22e + d439925 commit b2ea4c0

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