From bf52ddd3f266d16d3e97eaf93720aca0255ea577 Mon Sep 17 00:00:00 2001 From: lbrinkhaus Date: Sun, 2 Jan 2022 18:52:22 +0100 Subject: [PATCH] Upgrade APK after everything is installed --- 13/Dockerfile | 1 + 14/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/13/Dockerfile b/13/Dockerfile index aeef3ad..6b9dc62 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -139,6 +139,7 @@ RUN set -eux; \ /usr/local/share/man \ ; \ \ + apk --no-cahce update; \ postgres --version # make the sample config easier to munge (and "correct by default") diff --git a/14/Dockerfile b/14/Dockerfile index 1ed3a10..b5e9a0a 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -142,6 +142,7 @@ RUN set -eux; \ /usr/local/share/man \ ; \ \ + apk --no-cahce update; \ postgres --version # make the sample config easier to munge (and "correct by default")