Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit b43ca30

Browse files
committed
Update Dockerfile for 2.10.0.
1 parent e578b08 commit b43ca30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

2.10.0/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
# which can be mounted as a volume into a SonarQube container.
33

44
FROM bitnami/minideb:stretch
5+
RUN install_packages curl ca-certificates
56

67
ENV SONAR_SCALA_VERSION 6.7.0
78

89
RUN groupadd -r sonarqube && useradd -r -g sonarqube sonarqube
910
WORKDIR /opt/sonarqube/extensions/plugins
10-
RUN wget -O "sonar-scala-plugin-${SONAR_SCALA_VERSION}.jar" \
11-
"https://dl.bintray.com/mwz/maven/com/github/mwz/sonar-scala_2.12/${SONAR_SCALA_VERSION}/sonar-scala_2.12-${SONAR_SCALA_VERSION}-assembly.jar"
11+
RUN curl -L -o "sonar-scala-plugin-${SONAR_SCALA_VERSION}.jar" \
12+
"https://dl.bintray.com/mwz/maven/com/github/mwz/sonar-scala_2.12/${SONAR_SCALA_VERSION}/sonar-scala_2.12-${SONAR_SCALA_VERSION}-assembly.jar"
1213
RUN chown -R sonarqube:sonarqube /opt/sonarqube

0 commit comments

Comments
 (0)