summaryrefslogtreecommitdiff
path: root/idp/Dockerfile
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-10-03 21:26:01 +0200
committerMarkus Krogh <markus@nordu.net>2017-10-03 21:26:01 +0200
commit31def545e41fd4d3ca7754ff33460f15b50fe789 (patch)
tree058cac29536dfdb8e03d4d3f60e557d2358fea3c /idp/Dockerfile
parent08c5c6b74eae21ccbb35d3286b45d60a1bbab449 (diff)
SP add, and cleanup
Diffstat (limited to 'idp/Dockerfile')
-rw-r--r--idp/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/idp/Dockerfile b/idp/Dockerfile
index 0e1efc5..d812493 100644
--- a/idp/Dockerfile
+++ b/idp/Dockerfile
@@ -26,8 +26,6 @@ ADD https://mds.swamid.se/md/md-signer2.crt /opt/shibboleth-idp/credentials/
RUN chown -R jetty:jetty /opt
-#RUN mkdir -p persistent-id && sqlite3 persistent-id/shibboleth.db < /tmp/shibboleth.db.ddl && rm -f /tmp/shibboleth.db.ddl
-
COPY jetty_base $JETTY_BASE
COPY shib-entrypoint.sh /shib-entrypoint.sh
USER jetty