diff --git a/Dockerfile b/Dockerfile index 3aaee7c..84579bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,9 @@ RUN curl -o /etc/yum.repos.d/security:shibboleth.repo \ && rm /etc/httpd/conf.d/ssl.conf \ && rm /etc/httpd/conf.d/userdir.conf \ && rm /etc/httpd/conf.d/welcome.conf + +# Add starters and installers +ADD ./container_files /opt COPY httpd-shib-foreground /usr/local/bin/ COPY conf/attribute-map.xml /opt/etc/shibboleth/attribute-map.xml diff --git a/container_files/etc/httpd/conf.modules.d/00-shib.conf b/container_files/etc/httpd/conf.modules.d/00-shib.conf new file mode 100644 index 0000000..0e5c7b2 --- /dev/null +++ b/container_files/etc/httpd/conf.modules.d/00-shib.conf @@ -0,0 +1 @@ +LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so