From fdd805a1992a7e9be96defe87437f0cd394f5da8 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 8 Jan 2022 20:56:25 -0600 Subject: [PATCH] update all packages during image build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 868db2e..62baa09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \