summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2019-03-08 14:49:06 +1300
committerStefan Metzmacher <metze@samba.org>2019-04-18 12:09:32 +0000
commit50fde627811317aaea5d2c1525149c7fbdc8053c (patch)
tree203ddb9596a11371617c95d2b5e6e8db3e5df29d /bootstrap
parent9c33b193ff11009e0998f2cb0eecd315e6133280 (diff)
downloadsamba-50fde627811317aaea5d2c1525149c7fbdc8053c.tar.gz
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>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 556d43bed2f..f17981a2adc 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -262,7 +262,7 @@ RUN useradd -m -s /bin/bash samba && \
USER samba
WORKDIR /home/samba
# samba tests rely on this
-ENV USER=samba LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
+ENV USER=samba LC_ALL=en_US.utf8 LANG=en_US.utf8
"""
# Vagrantfile snippet for each dist