Dockerfile-cloudnative-pg hinzugefügt

This commit is contained in:
Marko Oldenburg 2024-09-17 13:49:23 +02:00
parent 0e7a7c68b4
commit f12e09b9ba

View File

@ -0,0 +1,3 @@
FROM ghcr.io/cloudnative-pg/postgresql:16.2
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
ENV LANG de_DE.utf8