Snippets

Base4 Sistemas PostgreSQL 9 Dockerfile with customized locale support for pt_BR

Created by Daniel Gonçalves
1
2
3
4
5
# See https://hub.docker.com/_/postgres
# Locale Customization
FROM postgres:9
RUN localedef -i pt_BR -c -f UTF-8 -A /usr/share/locale/locale.alias pt_BR.UTF-8
ENV LANG pt_BR.utf8

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.