diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 10:24:02 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-06-04 10:24:02 +0200 |
commit | 49bd40d2221f86af44951ca713663b7ccf8b8af5 (patch) | |
tree | 488dd632eb55543d07040fd50038f75844bb3b0d /Dockerfile.ubi8 | |
parent | 9288812ba0ab37ad8b1bf70ce2ad3134001b4a9f (diff) | |
download | s2i-jekyll-49bd40d2221f86af44951ca713663b7ccf8b8af5.tar.gz |
try allowerasing
Diffstat (limited to 'Dockerfile.ubi8')
-rw-r--r-- | Dockerfile.ubi8 | 2 |
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" |