bootstrap/config.py: change UTF-8 to utf8 for locale name in Dockerfile ENV
authorJoe Guo <joeg@catalyst.net.nz>
Fri, 8 Mar 2019 01:49:06 +0000 (14:49 +1300)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:32 +0000 (12:09 +0000)
commit50fde627811317aaea5d2c1525149c7fbdc8053c
tree203ddb9596a11371617c95d2b5e6e8db3e5df29d
parent9c33b193ff11009e0998f2cb0eecd315e6133280
bootstrap/config.py: change UTF-8 to utf8 for locale name in Dockerfile ENV

While generating locales, glibc/localedef/locale-gen will normalize
`UTF-8` to `utf8`, use same name style to avoid string mismatch issues.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
bootstrap/config.py