aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-06-04 10:35:05 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-06-04 10:35:05 +0200
commitaa39de1f67585a6b2648c7e85d9860f253ff5056 (patch)
tree251551de27bc64273d421ef1db627caf131ac78c
parent82fd5c8559792d85d29658b84b52c9432c17f12f (diff)
downloads2i-jekyll-aa39de1f67585a6b2648c7e85d9860f253ff5056.tar.gz
try nobest
-rw-r--r--Dockerfile.ubi82
1 files changed, 1 insertions, 1 deletions
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"