pmb.chroot.root: set LANG=UTF-8 (MR 1996)

This makes apk use the pretty character for printing progress
This commit is contained in:
Johannes Marbach 2020-11-27 20:22:33 +01:00 committed by Oliver Smith
parent c7e7d24458
commit 97a9633af4
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ def root(args, cmd, suffix="native", working_dir="/", output="log",
# Merge env with defaults into env_all
env_all = {"CHARSET": "UTF-8",
"LANG": "UTF-8",
"HISTFILE": "~/.ash_history",
"HOME": "/root",
"PATH": pmb.config.chroot_path,