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 aa2a920 + 20413be commit 9b275d0Copy full SHA for 9b275d0
Dockerfile
@@ -8,8 +8,6 @@ RUN ./tool_build.sh
8
9
FROM sonarqube:9.9-community
10
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
13
COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/
14
15
USER sonarqube
0 commit comments