From aa39de1f67585a6b2648c7e85d9860f253ff5056 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 4 Jun 2021 10:35:05 +0200 Subject: try nobest --- Dockerfile.ubi8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 8b5f46d..cd1b0c0 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -23,7 +23,7 @@ COPY ./etc/proxy.sh /etc/profile.d/ RUN source /etc/profile.d/proxy.sh; \ set -x; \ dnf module list; \ - dnf update -y --skip-broken && \ + dnf update -y --skip-broken --nobest && \ dnf install -y httpd && \ dnf clean all && \ gem install jekyll --version "= $JEKYLL_VERSION" -- cgit