Skip to content

Commit

Permalink
Remove zip package, fixes ciricihq#36
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widerin <daniel@widerin.net>
  • Loading branch information
saily committed Jan 8, 2019
1 parent 5b0f4d5 commit 221b26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk add --no-cache curl nodejs && \
curl -sSLO https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_SCANNER_VERSION}-linux.zip && \
apk del curl && \
unzip sonar-scanner-cli-${SONAR_SCANNER_VERSION}-linux.zip && \
rm -f sonar-scanner-${SONAR_SCANNER_VERSION}-linux.zip && \
ln -s /sonar-scanner-cli-${SONAR_SCANNER_VERSION}-linux/bin/sonar-scanner /usr/bin/sonar-scanner && \
ln -s /usr/bin/sonar-scanner-run.sh /bin/gitlab-sonar-scanner

Expand Down

0 comments on commit 221b26b

Please sign in to comment.