Skip to content

Commit

Permalink
fixed curl missing (redhat-cop#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Feb 16, 2022
1 parent 1f59774 commit 6ad7211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonarqube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/sonarqube:latest

USER root

CMD apk update && apk add curl
RUN apk update && apk add curl
ARG sonar_plugins="java pmd ldap"
ADD sonar.properties /opt/sonarqube/conf/sonar.properties
ADD run.sh /opt/sonarqube/bin/run.sh
Expand Down

0 comments on commit 6ad7211

Please sign in to comment.