From b602a8e694d9e1e91acce534592e12b578572938 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 10 Apr 2017 16:41:32 -0400 Subject: [PATCH] export LD_LIBRARY_PATH so shibd can find libcurl --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2cfa22c3..5e69a2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,10 @@ RUN mkdir -p /opt/grouper/$VERSION \ updatedb #/opt/grouper/2.3.0/grouper.apiBinary-2.3.0/conf/grouper.hibernate.properties + +# Export this variable so that shibd can find it's CURL library +RUN LD_LIBRARY_PATH="/opt/shibboleth/lib64" +RUN export LD_LIBRARY_PATH # The installer creates a HSQL DB which we ignore later