Skip to content

Commit f448675

Browse files
committed
add iputils dependency
1 parent 2486e0a commit f448675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rocky9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN dnf -y --disablerepo '*' --enablerepo=extras
1313
RUN dnf -y distro-sync
1414
RUN dnf -y upgrade && \
1515
dnf groupinstall -y "Development Tools" && \
16-
dnf install -y --allowerasing curl expat-devel openssl openssl-devel net-snmp-utils bind-utils which procps && \
16+
dnf install -y --allowerasing curl expat-devel openssl openssl-devel net-snmp-utils bind-utils which procps iputils && \
1717
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
1818
tar xzf monitoring-plugins-2.3.3.tar.gz && \
1919
cd monitoring-plugins-2.3.3 && \

0 commit comments

Comments
 (0)