diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 10:29:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 10:29:06 +0200 |
commit | 82fd5c8559792d85d29658b84b52c9432c17f12f (patch) | |
tree | 6aeb065ef091a597295c6ff88a8eb13f0a29bb22 | |
parent | 49bd40d2221f86af44951ca713663b7ccf8b8af5 (diff) | |
download | s2i-jekyll-82fd5c8559792d85d29658b84b52c9432c17f12f.tar.gz |
try skipbroken
-rw-r--r-- | Dockerfile.ubi8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 68a80e2..8b5f46d 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 --allowerasing && \ + dnf update -y --skip-broken && \ dnf install -y httpd && \ dnf clean all && \ gem install jekyll --version "= $JEKYLL_VERSION" |