Skip to content

Commit 8d858bc

Browse files
authored
Use en_US.UTF-8 locale
1 parent f02df77 commit 8d858bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
FROM sameersbn/ubuntu:14.04.20170123
22
MAINTAINER sameer@damagehead.com
33

4+
# Use UTF8 as the default DB encoding
5+
RUN locale-gen en_US.UTF-8
6+
ENV LANG=en_US.UTF-8
7+
48
ENV PG_APP_HOME="/etc/docker-postgresql"\
59
PG_VERSION=9.6 \
610
PG_USER=postgres \

0 commit comments

Comments
 (0)