Skip to content

Instantly share code, notes, and snippets.

@pvergain
Last active February 12, 2018 09:21
Show Gist options
  • Save pvergain/8d547effa88abb38375a8cd9c389ea7a to your computer and use it in GitHub Desktop.
Save pvergain/8d547effa88abb38375a8cd9c389ea7a to your computer and use it in GitHub Desktop.
# 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