mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 02:56:30 +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
|
RUN apk update
|
||||||
|
|
||||||
# Install Python 3
|
# Install Python 3
|
||||||
RUN apk add build-base \
|
RUN apk add --no-cache \
|
||||||
|
build-base \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip
|
py3-pip
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue