aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-06-04 10:24:02 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-06-04 10:24:02 +0200
commit49bd40d2221f86af44951ca713663b7ccf8b8af5 (patch)
tree488dd632eb55543d07040fd50038f75844bb3b0d
parent9288812ba0ab37ad8b1bf70ce2ad3134001b4a9f (diff)
downloads2i-jekyll-49bd40d2221f86af44951ca713663b7ccf8b8af5.tar.gz
try allowerasing
-rw-r--r--Dockerfile.ubi82
1 files changed, 1 insertions, 1 deletions
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"