HADOOP-17718. Explicitly set locale in the Dockerfile. (#3034)
Reviewed-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit ad923ad5642b2b11357fbee4277f3435300a19c5) Conflicts: dev-support/docker/Dockerfile_centos_7 dev-support/docker/Dockerfile_centos_8 (cherry picked from commit 5e09d38b2505db70c712b8b6c93635220325156f) Conflicts: dev-support/docker/Dockerfile_aarch64 (cherry picked from commit c531613cc9a52c9348ec11a93317be41f674d4d7) Conflicts: dev-support/docker/Dockerfile
This commit is contained in:
parent
6715746806
commit
9a687f4e4b
@ -84,6 +84,10 @@ RUN apt-get -q update \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
|
||||
ENV PYTHONIOENCODING=utf-8
|
||||
|
||||
#######
|
||||
# OpenJDK 8
|
||||
#######
|
||||
|
Loading…
x
Reference in New Issue
Block a user