docker-postgresql/Dockerfile-cloudnative-pg
Marko Oldenburg a4e0ef185a
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 1m9s
Dockerfile-cloudnative-pg aktualisiert
2024-09-24 14:55:06 +00:00

3 lines
144 B
Plaintext

FROM ghcr.io/cloudnative-pg/postgresql:16.4
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
ENV LANG de_DE.utf8