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 628ecb4 commit fba26d5Copy full SHA for fba26d5
9.4/Dockerfile
@@ -16,8 +16,9 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
16
17
# make the "en_US.UTF-8" locale so postgres will be utf-8 enabled by default
18
RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
19
- && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
20
-ENV LANG en_US.utf8
+ && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
+ && localedef -i ko_KR -c -f UTF-8 -A /usr/share/locale/locale.alias ko_KR.UTF-8
21
+ENV LANG ko_KR.utf8
22
23
RUN mkdir /docker-entrypoint-initdb.d
24
0 commit comments