We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ebd03 commit f41156eCopy full SHA for f41156e
Dockerfile-15
@@ -216,8 +216,6 @@ RUN echo "C.UTF-8 UTF-8" > /etc/locale.gen && echo "en_US.UTF-8 UTF-8" >> /etc/l
216
ENV LANG en_US.UTF-8
217
ENV LANGUAGE en_US:en
218
ENV LC_ALL en_US.UTF-8
219
-ENV LC_CTYPE=C.UTF-8
220
-ENV LC_COLLATE=C.UTF-8
221
ENV LOCALE_ARCHIVE /usr/lib/locale/locale-archive
222
RUN mkdir -p /usr/share/postgresql/extension/ && \
223
ln -s /usr/lib/postgresql/bin/pgsodium_getkey.sh /usr/share/postgresql/extension/pgsodium_getkey && \
0 commit comments