From fe55b4248d2be78a962757f8e4bfc20f3cde144a Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 21 Oct 2024 11:29:52 -0500 Subject: [PATCH] work around lack of memcached --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5de5a6..c574d42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/