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/