From 7bd5637c31e064362b92c090a9e3cc82d7f4647d Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 15 May 2024 16:40:40 -0500 Subject: [PATCH] fix curl --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a78d54a..d8f28f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,8 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \ && echo "NETWORKING=yes" > /etc/sysconfig/network RUN rm -fr /var/cache/dnf/* && dnf clean all && dnf -y install --setopt=tsflags=nodocs epel-release && dnf -y update && \ - dnf -y install net-tools wget curl tar unzip mlocate logrotate strace telnet man vim rsyslog httpd mod_ssl dos2unix cronie supervisor && \ + dnf -y install net-tools wget tar unzip mlocate logrotate strace telnet man vim rsyslog httpd mod_ssl dos2unix cronie supervisor && \ + dnf -y --allowerasing curl && \ dnf clean all #install shibboleth, cleanup httpd