INF-2341 Add --no-cache directive

This commit is contained in:
Brett Anspach 2022-05-17 13:50:17 -05:00
parent 17fe468fdb
commit e41a03056e

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 build-base \
RUN apk add --no-cache \
build-base \
python3 \
py3-pip