Skip to content

Commit

Permalink
export LD_LIBRARY_PATH so shibd can find libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 10, 2017
1 parent 141d5d0 commit b602a8e
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 @@ -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

Expand Down

0 comments on commit b602a8e

Please sign in to comment.