Last active
February 12, 2018 09:21
-
-
Save pvergain/8d547effa88abb38375a8cd9c389ea7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://store.docker.com/images/postgres | |
FROM postgres:10.2 | |
# avec cette image on peut mettre en place la locale fr_FR.utf8 | |
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8 | |
ENV LANG fr_FR.utf8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment