mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
mkimage-arch: set C.UTF-8 default locale
It may not work fine when doing expect script if setting other locales. Signed-off-by: Jun-Ru Chang <jrjang@gmail.com>
This commit is contained in:
parent
789a67e931
commit
9e9adf8075
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ hash expect &>/dev/null || {
|
|||
exit 1
|
||||
}
|
||||
|
||||
export LANG="C.UTF-8"
|
||||
|
||||
ROOTFS=$(mktemp -d ${TMPDIR:-/var/tmp}/rootfs-archlinux-XXXXXXXXXX)
|
||||
chmod 755 $ROOTFS
|
||||
|
||||
|
|
Loading…
Reference in a new issue