Created
March 8, 2016 20:16
-
-
Save solon/5db7d0ed888428560a16 to your computer and use it in GitHub Desktop.
Dockerfile to install PostgreSQL 9.5 with en_IE.UTF-8 locale
This file contains 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
FROM postgres:9.5 | |
RUN localedef -i en_IE -c -f UTF-8 -A /usr/share/locale/locale.alias en_IE.UTF-8 | |
ENV LANG en_IE.utf8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment