Commit Graph

4 Commits

Author SHA1 Message Date
xiaomingplus 7331cdc0f5 provision: Fix Docker development environment unicode issues.
Apparently, we need these environment settings in bashrc as well.  

Fixes #11323.
2019-01-28 22:08:19 -08:00
Tim Abbott 19a4c6de6a docker: Fix Docker development environment unicode handling.
Fixes #11323.

Thanks to xiamingplus for the report and debugging.
2019-01-23 11:05:58 -08:00
Tim Abbott 9054ce278f locale: Fix incorrect use of locale-gen to generate locales.
Previously, we were having issues installing on Debian Stretch with
non-English locales, because `locale-gen` actually doesn't take a
locale as an argument (and thus `locale-gen en_US.UTF-8` did nothing).
We should instead be calling localedef directly.

Thanks to Tom Daff for debugging this.

Fixes #10629.
2018-10-11 14:42:24 -07:00
rht 9bd3f772b7 Move Dockerfile to Dockerfile-dev.
Based on zulip#450, with commits restructured by Rein Zustand.
2017-09-25 12:32:33 -07:00