diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-03 15:44:24 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-03 15:51:21 (GMT) |
commit | 45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0 (patch) | |
tree | b4dfe7764fc1dd1817cfb4b8b1eec35f846e63ba /Utilities/Release | |
parent | c540fcaa6bef597aa12f7f2479692eab6bf81d86 (diff) | |
download | CMake-45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0.zip CMake-45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0.tar.gz CMake-45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0.tar.bz2 |
Release/linux: remove explicit LANG setting
It shouldn't be needed anymore now that the Sphinx scripts are reading
UTF-8 content explicitly.
Diffstat (limited to 'Utilities/Release')
-rw-r--r-- | Utilities/Release/linux/x86_64/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/Release/linux/x86_64/Dockerfile b/Utilities/Release/linux/x86_64/Dockerfile index 41391d2..539954a 100644 --- a/Utilities/Release/linux/x86_64/Dockerfile +++ b/Utilities/Release/linux/x86_64/Dockerfile @@ -20,7 +20,6 @@ RUN : \ && cp ../cmake/Utilities/Release/linux/x86_64/cache.txt CMakeCache.txt \ && source /opt/rh/devtoolset-6/enable \ && source /opt/rh/rh-python36/enable \ - && export LANG=en_US.UTF-8 \ && set -x \ && ../cmake/bootstrap --parallel=$(nproc) --docdir=doc/cmake \ && nice make -j $(nproc) \ |