diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-17 08:48:24 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-17 08:48:24 +0200 |
commit | b446c181f747758a71c1cfc9a525b4d11842500d (patch) | |
tree | 62d2037b71f217eb01ac5a4fc40d0293c9eb02c8 /apache-sp/Dockerfile | |
parent | 892b9581c0ea75dc8b4725c2381af3b042c6fac1 (diff) |
sync before more changes
Diffstat (limited to 'apache-sp/Dockerfile')
-rw-r--r-- | apache-sp/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apache-sp/Dockerfile b/apache-sp/Dockerfile index 34db59a..e433a5f 100644 --- a/apache-sp/Dockerfile +++ b/apache-sp/Dockerfile @@ -8,6 +8,7 @@ RUN a2enmod shib2 headers ssl include RUN rm -f /etc/apache2/sites-available/* /etc/apache2/sites-enabled/* ADD apache-conf/*.conf /etc/apache2/sites-available/ ADD shibd/shibboleth2.xml /etc/shibboleth/ +ADD shibd/attribute-map.xml /etc/shibboleth/ ADD secure /var/www/secure ADD entrypoint.sh /entrypoint.sh ADD nordunet.png /usr/share/shibboleth/nordunet.png |