Skip to content

Commit

Permalink
skip broken shib repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored 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
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6cf0145

Please sign in to comment.