Marko Oldenburg
93a4d210eb
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 25s
4 lines
173 B
Docker
4 lines
173 B
Docker
#FROM ghcr.io/cloudnative-pg/postgresql:16.2
|
|
FROM postgres:16.3-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 |