Skip to content

Commit

Permalink
fix(conf): remove unneeded, breaking conf file
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Sep 26, 2023
1 parent bdd1137 commit 1be1b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_saml_shibboleth-idp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM cscfi/shibboleth-idp:release-4.1.4
ADD shibboleth-idp/ /opt/shibboleth-idp/
ADD start.sh /usr/local/bin/

RUN rm /opt/shibboleth-idp/conf/credentials-oidc.xml
RUN chmod a+x /usr/local/bin/start.sh
RUN init-idp.sh

Expand Down

0 comments on commit 1be1b66

Please sign in to comment.