change apk update command
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
Marko Oldenburg 2024-09-26 11:36:41 +02:00
parent b3e3122c04
commit 2514632d3b

View File

@ -4,7 +4,7 @@ LABEL maintainer="development@cooltux.net"
ARG VERSION=16-20240926
# PostgreSQL-Client installieren
RUN apk update ; \
RUN apk update --no-cache ; \
apk add --no-cache postgresql16-client
# Arbeitsverzeichnis erstellen