Skip to content

Commit

Permalink
Set locale to utf8 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Jun 22, 2021
1 parent 9009984 commit f3a4850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/gsruntime.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo '$TZ' > /etc/timezone

# for programming output
ENV LC_ALL=C
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

ENV PATH=${PATH}:/usr/local/go/bin
ENV RUST_BACKTRACE=1
Expand Down

0 comments on commit f3a4850

Please sign in to comment.