From bb366bc28776be5a4e56d50b9365579ebb3f851a Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 10 Apr 2017 16:39:50 -0400 Subject: [PATCH] export LD_LIBRARY_PATH do shibd can find libcurl --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index ffd5989..a903013 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,6 +60,10 @@ RUN sed -i \ RUN echo '' > /var/www/html/index.php +# Export this variable so that shibd can find it's CURL library +RUN LD_LIBRARY_PATH="/opt/shibboleth/lib64" +RUN export LD_LIBRARY_PATH + ENV VERSION=$version ENV TIERVERSION=$tierversion ENV IMAGENAME=$imagename