We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f6873 commit 1cdff52Copy full SHA for 1cdff52
1 file changed
Dockerfile
@@ -27,8 +27,8 @@ COPY --from=add-apt-repositories /etc/apt/sources.list /etc/apt/sources.list
27
RUN apt-get update \
28
&& DEBIAN_FRONTEND=noninteractive apt-get install -y acl sudo locales \
29
postgresql-${PG_VERSION} postgresql-client-${PG_VERSION} postgresql-contrib-${PG_VERSION} \
30
+ && update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
31
&& locale-gen en_US.UTF-8 \
- && update-locale LANG=en_US.UTF-8 LC_MESSAGES=POSIX \
32
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
33
&& ln -sf ${PG_DATADIR}/postgresql.conf /etc/postgresql/${PG_VERSION}/main/postgresql.conf \
34
&& ln -sf ${PG_DATADIR}/pg_hba.conf /etc/postgresql/${PG_VERSION}/main/pg_hba.conf \
0 commit comments