Skip to content

Commit

Permalink
another bugfix to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 31, 2017
1 parent c3dd876 commit 28fef7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ RUN set -x \
&& mkdir -p conf/Catalina \
&& curl -o /usr/local/tomcat/lib/jstl1.2.jar https://build.shibboleth.net/nexus/service/local/repositories/thirdparty/content/javax/servlet/jstl/1.2/jstl-1.2.jar

ADD files/idp.xml conf/Catalina/idp.xml
ADD files/server.xml conf/server.xml

ADD files/bin/setenv.sh /opt/tier/setenv.sh
RUN chmod +x /opt/tier/setenv.sh
Expand Down

0 comments on commit 28fef7d

Please sign in to comment.