You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/04/04 21:01:41 UTC

[09/10] guacamole-server git commit: GUACAMOLE-407: As the Docker base image lacks the "en_US" locale, we must instead use "C.UTF-8" to ensure characters render correctly.

GUACAMOLE-407: As the Docker base image lacks the "en_US" locale, we must instead use "C.UTF-8" to ensure characters render correctly.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/0126880d
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/0126880d
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/0126880d

Branch: refs/heads/master
Commit: 0126880dad7b5a197ae2af4b15dc1866c48bd24e
Parents: b3c1471
Author: Michael Jumper <mj...@apache.org>
Authored: Sun Apr 1 22:05:06 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun Apr 1 22:05:06 2018 -0700

----------------------------------------------------------------------
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/0126880d/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index dc58765..4d463a3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -84,7 +84,7 @@ FROM debian:${DEBIAN_VERSION}
 ARG PREFIX_DIR=/usr/local/guacamole
 
 # Runtime environment
-ENV LC_ALL=en_US.UTF-8
+ENV LC_ALL=C.UTF-8
 ENV LD_LIBRARY_PATH=${PREFIX_DIR}/lib
 ENV GUACD_LOG_LEVEL=info