update all packages during image build

This commit is contained in:
John Bowdre 2022-01-08 20:56:25 -06:00
parent 56234f1c53
commit fdd805a199
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ RUN echo "TARGETPLATFORM : $TARGETPLATFORM"
ENV PHPIPAM_AGENT_SOURCE https://github.com/phpipam/phpipam-agent
RUN apk update && apk upgrade
RUN apk add --no-cache --virtual .build-dependencies git \
\
&& apk add --no-cache \