mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-22 15:02:19 +00:00
update all packages during image build
This commit is contained in:
parent
56234f1c53
commit
fdd805a199
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ RUN echo "TARGETPLATFORM : $TARGETPLATFORM"
|
||||||
|
|
||||||
ENV PHPIPAM_AGENT_SOURCE https://github.com/phpipam/phpipam-agent
|
ENV PHPIPAM_AGENT_SOURCE https://github.com/phpipam/phpipam-agent
|
||||||
|
|
||||||
|
RUN apk update && apk upgrade
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-dependencies git \
|
RUN apk add --no-cache --virtual .build-dependencies git \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
|
|
Loading…
Reference in a new issue