From 6027ce2c0d613991224d9e96c6025fabe19d5835 Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Thu, 15 Oct 2020 15:08:42 -0700 Subject: [PATCH] language --- build-support/docker/travis_ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/docker/travis_ci/Dockerfile b/build-support/docker/travis_ci/Dockerfile index 9aa5da984e8a..db9105b18854 100644 --- a/build-support/docker/travis_ci/Dockerfile +++ b/build-support/docker/travis_ci/Dockerfile @@ -25,7 +25,7 @@ RUN chown -R ${TRAVIS_USER} ${TRAVIS_WORK_DIR_PATH} USER ${TRAVIS_USER}:${TRAVIS_GROUP} -# Our newly created user is unlikely to have a sane environment: set a locale at least. +# Our newly created user is unlikely to have a sensible environment: set a locale at least. ENV LC_ALL="en_US.UTF-8" WORKDIR ${TRAVIS_WORK_DIR_PATH}