From ed9f75fd7a978d9ae51d6e02f35f022c95adb7c1 Mon Sep 17 00:00:00 2001 From: csaba-feher-sonarsource Date: Mon, 15 Apr 2024 16:06:07 +0200 Subject: [PATCH] SCANCLI-139 Remove Python from installed libraries --- 5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5/Dockerfile b/5/Dockerfile index b017cb6..f1496b4 100755 --- a/5/Dockerfile +++ b/5/Dockerfile @@ -20,7 +20,7 @@ RUN set -eux; \ addgroup -S -g 1000 scanner-cli; \ adduser -S -D -u 1000 -G scanner-cli scanner-cli; \ apk add --no-cache --virtual build-dependencies wget unzip gnupg; \ - apk add --no-cache git python3 py3-pip py3-pylint bash shellcheck "nodejs>=18" openjdk17-jre curl musl-locales musl-locales-lang; \ + apk add --no-cache git bash shellcheck "nodejs>=18" openjdk17-jre musl-locales musl-locales-lang; \ wget -U "scannercli" -q -O /opt/sonar-scanner-cli.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_SCANNER_VERSION}.zip; \ wget -U "scannercli" -q -O /opt/sonar-scanner-cli.zip.asc https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_SCANNER_VERSION}.zip.asc; \ for server in $(shuf -e hkps://keys.openpgp.org \