docker_images/postgres/Dockerfile.94

6 lines
168 B
Docker
Raw Normal View History

2017-03-03 16:46:55 +01:00
FROM postgres:9.4
MAINTAINER 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