Marko Oldenburg
a5a4750835
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 37s
3 lines
128 B
Plaintext
3 lines
128 B
Plaintext
FROM postgres:16.6-bookworm
|
|
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
|
|
ENV LANG de_DE.utf8 |