Skip to content

Commit

Permalink
work around lack of memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Oct 21, 2024
1 parent a1bbef9 commit fe55b42
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 @@ -29,7 +29,7 @@ RUN rm -fr /var/cache/dnf/* && dnf clean all && dnf -y install --setopt=tsflags=

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

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

0 comments on commit fe55b42

Please sign in to comment.