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 b110812..0e1efc5 100644 --- a/idp/Dockerfile +++ b/idp/Dockerfile @@ -10,7 +10,6 @@ COPY shibboleth-identity-provider-${IDP_VERSION}.tar.gz /opt/ COPY templates /opt/templates WORKDIR /opt RUN echo $(id) && apk --no-cache add bash apache-ant curl && \ - #curl -O https://shibboleth.net/downloads/identity-provider/${IDP_VERSION}/shibboleth-identity-provider-${IDP_VERSION}.tar.gz && \ sha256sum -c shibboleth-identity-provider-$IDP_VERSION.tar.gz.sha256 && \ tar xf shibboleth-identity-provider-$IDP_VERSION.tar.gz && \ mv shibboleth-identity-provider-$IDP_VERSION shibboleth-identity-provider && \ |
