Skip to content

Commit

Permalink
add iputils dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Mar 13, 2024
1 parent 2486e0a commit f448675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocky9
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN dnf -y --disablerepo '*' --enablerepo=extras
RUN dnf -y distro-sync
RUN dnf -y upgrade && \
dnf groupinstall -y "Development Tools" && \
dnf install -y --allowerasing curl expat-devel openssl openssl-devel net-snmp-utils bind-utils which procps && \
dnf install -y --allowerasing curl expat-devel openssl openssl-devel net-snmp-utils bind-utils which procps iputils && \
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
tar xzf monitoring-plugins-2.3.3.tar.gz && \
cd monitoring-plugins-2.3.3 && \
Expand Down

0 comments on commit f448675

Please sign in to comment.