Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Partoo/a629a5bb9140e45d1b9a3b877dcb982a to your computer and use it in GitHub Desktop.

Select an option

Save Partoo/a629a5bb9140e45d1b9a3b877dcb982a to your computer and use it in GitHub Desktop.
echo "LC_ALL=en_US.UTF-8" >> /etc/environment
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
echo "LANG=en_US.UTF-8" > /etc/locale.conf
locale-gen en_US.UTF-8
https://github.com/tianon/docker-brew-debian/issues/45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment