docker: Fix Docker development environment unicode handling.

Fixes #11323.

Thanks to xiamingplus for the report and debugging.
This commit is contained in:
Tim Abbott 2019-01-23 11:05:58 -08:00
parent 68552c31cb
commit 19a4c6de6a
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ USER zulip
RUN ln -nsf /srv/zulip ~/zulip
RUN echo 'export LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"' >> ~zulip/.bashrc
RUN echo 'export LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"' >> ~zulip/.bash_profile
WORKDIR /srv/zulip