Skip to content

Commit 9b275d0

Browse files
authored
Merge pull request #70 from green-code-initiative/fix/ios-plugin-removal-docker-cleanup
Removed references to sonar-apple plugin in Dockerfile
2 parents aa2a920 + 20413be commit 9b275d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ RUN ./tool_build.sh
88

99
FROM sonarqube:9.9-community
1010
USER root
11-
ADD https://github.com/insideapp-oss/sonar-apple/releases/download/0.3.0/sonar-apple-plugin-0.3.0.jar /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.3.0.jar
12-
RUN chmod 777 /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.3.0.jar
1311
COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/
1412

1513
USER sonarqube

0 commit comments

Comments
 (0)