diff --git a/Dockerfile b/Dockerfile index 9c8d814..3aaee7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,5 +32,9 @@ COPY conf/attribute-map.xml /opt/etc/shibboleth/attribute-map.xml COPY conf/inc-md-cert.pem /opt/etc/shibboleth/inc-md-cert.pem COPY conf/shibboleth_keygen.sh /opt/bin/shibboleth_keygen.sh +#Added shib module apache +RUN ln -s /opt/etc/httpd/conf.modules.d/00-shib.conf /etc/httpd/conf.modules.d/00-shib.conf +RUN ln -s /usr/lib64/shibboleth/mod_shib_24.so /etc/httpd/modules/mod_shib_24.so + EXPOSE 80 443 -CMD ["httpd-shib-foreground"] \ No newline at end of file +CMD ["httpd-shib-foreground"]