aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.ubi8
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.ubi8')
-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"