summaryrefslogtreecommitdiff
path: root/idp/Dockerfile
diff options
context:
space:
mode:
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