Upgrade APK after everything is installed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Lennard Brinkhaus 2022-01-02 18:52:22 +01:00
parent 9ee4f5bf02
commit bf52ddd3f2
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070
2 changed files with 2 additions and 0 deletions

View File

@ -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")

View File

@ -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")