Skip to content

Instantly share code, notes, and snippets.

View freb97's full-sized avatar
🏠
Working from home

Frederik Bußmann freb97

🏠
Working from home
  • Barcelona
  • 16:37 (UTC +01:00)
View GitHub Profile
@freb97
freb97 / install.sh
Created November 19, 2021 16:13
Install sonar-scanner-cli on Docker Alpine Linux
#!/bin/sh
# Set bash behaviour
set -eux
# Configure sonar version
SONAR_SCANNER_VERSION=4.6.2.2472
# Install dependencies
apk add --no-cache \