From 49bd40d2221f86af44951ca713663b7ccf8b8af5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 4 Jun 2021 10:24:02 +0200 Subject: try allowerasing --- Dockerfile.ubi8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 39b2abe..68a80e2 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 && \ + dnf update -y --allowerasing && \ dnf install -y httpd && \ dnf clean all && \ gem install jekyll --version "= $JEKYLL_VERSION" -- cgit