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

[08/10] guacamole-server git commit: GUACAMOLE-407: Explicitly set LD_LIBRARY_PATH such that linker can find guacd's protocol plugins.

GUACAMOLE-407: Explicitly set LD_LIBRARY_PATH such that linker can find guacd's protocol plugins.


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

Branch: refs/heads/master
Commit: b3c1471180a14d2e66bf2966c21fcec0b37edeaa
Parents: 1f60526
Author: Michael Jumper <mj...@apache.org>
Authored: Sun Apr 1 21:50:41 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun Apr 1 21:50:41 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/b3c14711/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 120ba88..dc58765 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -85,6 +85,7 @@ ARG PREFIX_DIR=/usr/local/guacamole
 
 # Runtime environment
 ENV LC_ALL=en_US.UTF-8
+ENV LD_LIBRARY_PATH=${PREFIX_DIR}/lib
 ENV GUACD_LOG_LEVEL=info
 
 ARG RUNTIME_DEPENDENCIES="            \