Painted-Fox / docker-postgresql

A dockerfile that produces a docker image that runs postgresql.
MIT License
72 stars 57 forks source link

Force UTF-8 encoding for databases #10

Closed mitulamin closed 10 years ago

mitulamin commented 10 years ago

On a light virtual machine installation of Ubuntu the original docker image always resulted in a SQL_ASCII encoding of databases. The changes in this pull request force a UTF8 encoding for template0 and the newly created database for this docker image.

mitulamin commented 10 years ago

Hi Ryan,

I have removed the DEBIAN_FRONTEND=noninteractive environment variable as you suggested.

mitulamin commented 10 years ago

Hello Ryan,

I am not sure if I need to reissue a pull request of if you can merge this in as my last commit seems to have been added here. Please advice on what I need to do.

Thanks

Painted-Fox commented 10 years ago

Thank you. All you have to do is send the commit and post a comment. As long as the pull request is still open I can merge.