devel #2

Merged
marko merged 16 commits from devel into main 2024-09-26 11:40:43 +00:00
Showing only changes of commit 2514632d3b - Show all commits

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