mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
INF-2341 Add --no-cache directive
This commit is contained in:
parent
17fe468fdb
commit
e41a03056e
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ RUN keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt
|
|||
RUN apk update
|
||||
|
||||
# Install Python 3
|
||||
RUN apk add build-base \
|
||||
RUN apk add --no-cache \
|
||||
build-base \
|
||||
python3 \
|
||||
py3-pip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue