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:38 UTC

[06/10] guacamole-server git commit: GUACAMOLE-407: Remove unnecessary setting of LC_ALL within build (only needed at runtime).

GUACAMOLE-407: Remove unnecessary setting of LC_ALL within build (only needed at runtime).


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

Branch: refs/heads/master
Commit: 14389326b468a16a8cdc3cb034f4a7e6d6b6c1c7
Parents: eb282e4
Author: Michael Jumper <mj...@apache.org>
Authored: Sun Apr 1 21:31:44 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun Apr 1 21:31:44 2018 -0700

----------------------------------------------------------------------
 Dockerfile | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/14389326/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index ef9e033..120ba88 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,9 +52,6 @@ ARG BUILD_DEPENDENCIES="              \
         libwebp-dev                   \
         make"
 
-# Build time environment
-ENV LC_ALL=en_US.UTF-8
-
 # Bring build environment up to date and install build dependencies
 RUN apt-get update                         && \
     apt-get install -y $BUILD_DEPENDENCIES && \