Skip to content

Instantly share code, notes, and snippets.

@Th3nion
Created March 5, 2020 14:46
Show Gist options
  • Save Th3nion/1d6b00d5e7d0267c9165190128f062e7 to your computer and use it in GitHub Desktop.
Save Th3nion/1d6b00d5e7d0267c9165190128f062e7 to your computer and use it in GitHub Desktop.
FROM sonarqube
#:7.9.2-community
USER root
RUN apt-get update \
&& apt-get install -y wget
USER sonarqube
# Download and install sonar plugins
RUN wget -P /opt/sonarqube/extensions/plugins/ https://github.com/Backelite/sonar-swift/releases/download/0.4.5/backelite-sonar-swift-plugin-0.4.5.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment