summaryrefslogtreecommitdiff
path: root/idp
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-09-27 15:52:06 +0200
committerMarkus Krogh <markus@nordu.net>2017-09-27 15:52:06 +0200
commit221ce8d2e414c95d6277baf4d1e6ebc644ee0b7c (patch)
tree067e112b5bbbdcdcd6dcbd0f57d2ba6c791fa171 /idp
parent633ada5afb580dea9c755554c9a9a66b64434e4c (diff)
Remove conf-from-container, update git ignore
Diffstat (limited to 'idp')
-rw-r--r--idp/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/idp/Dockerfile b/idp/Dockerfile
index a411674..3dd2d6c 100644
--- a/idp/Dockerfile
+++ b/idp/Dockerfile
@@ -9,7 +9,6 @@ COPY shibboleth-identity-provider-${IDP_VERSION}.tar.gz.sha256 /opt/
COPY shibboleth-identity-provider-${IDP_VERSION}.tar.gz /opt/
COPY template-config/ /opt/template-config
COPY shibboleth.db.ddl /tmp/
-COPY apache-sp/nordunet.png /tmp/
WORKDIR /opt
RUN apk --no-cache add bash apache-ant sqlite curl && \
#curl -O https://shibboleth.net/downloads/identity-provider/${IDP_VERSION}/shibboleth-identity-provider-${IDP_VERSION}.tar.gz && \