Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #32 from docker/2.0.0
Browse files Browse the repository at this point in the history
export LD_LIBRARY_PATH do shibd can find libcurl
  • Loading branch information
chubing authored Apr 10, 2017
2 parents 60333e2 + bb366bc commit 22a6f98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ RUN sed -i \

RUN echo '<?php phpinfo(); ?>' > /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
Expand Down

0 comments on commit 22a6f98

Please sign in to comment.