Dockerfile-postgresql aktualisiert
Some checks failed
Create postgresql docker image / Explore-Gitea-Actions (push) Failing after 8s
Some checks failed
Create postgresql docker image / Explore-Gitea-Actions (push) Failing after 8s
This commit is contained in:
4
Dockerfile-postgresql
Normal file
4
Dockerfile-postgresql
Normal file
@ -0,0 +1,4 @@
|
||||
#FROM ghcr.io/cloudnative-pg/postgresql:16.2
|
||||
FROM postgres:16.2-bullseye
|
||||
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
|
||||
ENV LANG de_DE.utf8
|
Reference in New Issue
Block a user