summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-13 12:21:27 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-13 12:21:27 +0200
commitd0549d38abe7b531db3b900fc628da4aa591c45a (patch)
treebea353d7a99ff7dfe4635d4aecc6219cf2ed3f7f /Dockerfile
parent975c610b836f1a68e1522b00fd6745f0d1778992 (diff)
Sync
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 10d384f..824481c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,12 +9,14 @@ 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 && \
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 && \
+ cp /tmp/nordunet.png ./shibboleth-identity-provider/webapp/images/dummylogo.png && \
./shibboleth-identity-provider/bin/install.sh -propertyfile install.properties && \
apk --no-cache del apache-ant && \
cp /opt/template-config/*.xml /opt/shibboleth-idp/conf && \