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