Skip to content

Commit 12122a2

Browse files
committed
Use en_US.UTF-8 (not C.UTF-8)
1 parent 6ec30c4 commit 12122a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ COPY --from=add-apt-repositories /etc/apt/sources.list /etc/apt/sources.list
2727
RUN apt-get update \
2828
&& DEBIAN_FRONTEND=noninteractive apt-get install -y acl sudo locales \
2929
postgresql-${PG_VERSION} postgresql-client-${PG_VERSION} postgresql-contrib-${PG_VERSION} \
30-
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
3130
&& locale-gen en_US.UTF-8 \
31+
&& update-locale LANG=en_US.UTF-8 LC_MESSAGES=POSIX \
3232
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
3333
&& ln -sf ${PG_DATADIR}/postgresql.conf /etc/postgresql/${PG_VERSION}/main/postgresql.conf \
3434
&& ln -sf ${PG_DATADIR}/pg_hba.conf /etc/postgresql/${PG_VERSION}/main/pg_hba.conf \

0 commit comments

Comments
 (0)