INF-2341 Add build-base package

This commit is contained in:
Brett Anspach 2022-05-16 19:02:20 -05:00
parent 235077a851
commit 2bd004474c

View file

@ -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