Skip to content

Instantly share code, notes, and snippets.

@solon
Created March 8, 2016 20:16
Show Gist options
  • Save solon/5db7d0ed888428560a16 to your computer and use it in GitHub Desktop.
Save solon/5db7d0ed888428560a16 to your computer and use it in GitHub Desktop.
Dockerfile to install PostgreSQL 9.5 with en_IE.UTF-8 locale
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