diff options
Diffstat (limited to 'idp/Dockerfile')
-rw-r--r-- | idp/Dockerfile | 1 |
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 && \ |