docker_images/postgres/Dockerfile.96

6 lines
168 B
Docker
Raw Normal View History

2016-10-14 18:40:59 +02:00
FROM postgres:9.6
MAINTAINER Fabien Bourgeois <fabien@yaltik.com>
2016-10-07 08:42:33 +02:00
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
ENV LANG fr_FR.utf8