[FIX]Bad locale for pgfr

This commit is contained in:
Fabien Bourgeois 2016-10-07 08:42:33 +02:00
parent f8bc904153
commit facb4d7d7d

View File

@ -1,5 +1,5 @@
FROM postgres:9.5
MAINTAINER Fabien Bourgeois <fabien@yaltik.com>
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
ENV LANG fr_FR.utf8