Skip to content

Commit

Permalink
fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored May 15, 2024
1 parent 814a77e commit 7bd5637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bd5637

Please sign in to comment.