Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
skip broken shib repo
chubing committed Nov 29, 2022
1 parent bbff202 commit 6cf0145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/grouper/grouper_data/Dockerfile
@@ -5,7 +5,8 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"
# Update this Shib yum repo
COPY container_files/shibboleth/shibboleth.repo /etc/yum.repos.d/

RUN yum install -y epel-release \
RUN yum-config-manager --save --setopt=security_shibboleth.skip_if_unavailable=true \
&& yum install -y epel-release \
&& yum update -y \
&& yum install -y mariadb-server mariadb \
&& yum clean all \

0 comments on commit 6cf0145

Please sign in to comment.