Created
April 18, 2019 05:32
-
-
Save aic25/661bbd3c4cd20509e7189de64701c318 to your computer and use it in GitHub Desktop.
Set container lang to JP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt-get install -y language-pack-ja-base language-pack-ja | |
update-locale LANG=ja_JP.UTF-8 LANGUAGE=ja_JP:ja | |
export LANG=ja_JP.UTF-8 | |
export LC_ALL=ja_JP.UTF-8 | |
export LC_CTYPE=ja_JP.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment