Skip to content

Commit

Permalink
unpin arch from shib version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 9, 2023
1 parent 6a87caf commit 2dbc7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 2dbc7d0

Please sign in to comment.