Skip to content

Commit fba26d5

Browse files
author
Lee Young Jin
committed
ko_KR.UTF-8 을 기본 지원하도록 수정
1 parent 628ecb4 commit fba26d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

9.4/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
1616

1717
# make the "en_US.UTF-8" locale so postgres will be utf-8 enabled by default
1818
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
19+
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
20+
&& localedef -i ko_KR -c -f UTF-8 -A /usr/share/locale/locale.alias ko_KR.UTF-8
21+
ENV LANG ko_KR.utf8
2122

2223
RUN mkdir /docker-entrypoint-initdb.d
2324

0 commit comments

Comments
 (0)