diff --git a/Dockerfile b/Dockerfile index d8f28f5..1310f79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \ 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 tar unzip mlocate logrotate strace telnet man vim rsyslog httpd mod_ssl dos2unix cronie supervisor && \ - dnf -y --allowerasing curl && \ + dnf -y --allowerasing install curl && \ dnf clean all #install shibboleth, cleanup httpd