Browse Source

Release/linux: remove explicit LANG setting

It shouldn't be needed anymore now that the Sphinx scripts are reading
UTF-8 content explicitly.
Ben Boeckel 5 years ago
parent
commit
45f2786ff7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Utilities/Release/linux/x86_64/Dockerfile

+ 0 - 1
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) \