Skip to content

Commit

Permalink
update LD_LIBRARY_PATH in support of MDQ
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 22, 2021
1 parent 7fe710a commit 915bca8
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 @@ -113,6 +113,10 @@ RUN mkdir -p /opt/tier-support/originalFiles ; \
cp /opt/tomee/conf/Catalina/localhost/grouper.xml /opt/tier-support/originalFiles 2>/dev/null ; \
cp /opt/grouper/grouperWebapp/WEB-INF/web.xml /opt/tier-support/originalFiles 2>/dev/null

# Export this variable so that shibd can find its CURL library
RUN LD_LIBRARY_PATH="/opt/shibboleth/lib64"
RUN export LD_LIBRARY_PATH

WORKDIR /opt/grouper/grouperWebapp/WEB-INF/
EXPOSE 80 443
HEALTHCHECK NONE
Expand Down

0 comments on commit 915bca8

Please sign in to comment.