mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
INF-2341 Add build-base package
This commit is contained in:
parent
235077a851
commit
2bd004474c
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 python3 \
|
||||
RUN apk add build-base \
|
||||
python3 \
|
||||
py3-pip
|
||||
|
||||
# Install Ansible linter
|
||||
|
|
|
|||
Loading…
Reference in a new issue