docker_images/postgres/Dockerfile.13

6 lines
184 B
Docker
Raw Permalink Normal View History

2024-07-22 12:15:46 +02:00
FROM postgres:13
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
ENV LANG fr_FR.utf8