Skip to content

merge 3.4.1 03082024 rocky8 multiarch #23

merged 12 commits into from Mar 8, 2024
Prev Previous commit
Next Next commit
unpin arch from shib version
pcaskey committed Feb 9, 2023
commit 2dbc7d01cbaf9bff7c210a1f33359b20ce8e660e
2 changes: 1 addition & 1 deletion Dockerfile
@@ -28,7 +28,7 @@ RUN rm -fr /var/cache/yum/* && yum clean all && yum -y install --setopt=tsflags=

#install shibboleth, cleanup httpd
COPY container_files/shibboleth/shibboleth.repo /etc/yum.repos.d/security:shibboleth.repo
RUN yum -y install shibboleth-$version-\*.x86_64 \
RUN yum -y install shibboleth-$version-\* \
&& yum clean all

ADD ./container_files/httpd/*.conf /etc/httpd/conf.d/