From 45f2786ff76f3505c33b99e6b36b8ad1dab5d8f0 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 3 Jun 2020 11:44:24 -0400 Subject: Release/linux: remove explicit LANG setting It shouldn't be needed anymore now that the Sphinx scripts are reading UTF-8 content explicitly. --- Utilities/Release/linux/x86_64/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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) \ -- cgit v0.12