We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2486e0a commit f448675Copy full SHA for f448675
Dockerfile.rocky9
@@ -13,7 +13,7 @@ RUN dnf -y --disablerepo '*' --enablerepo=extras
13
RUN dnf -y distro-sync
14
RUN dnf -y upgrade && \
15
dnf groupinstall -y "Development Tools" && \
16
- 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 && \
17
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
18
tar xzf monitoring-plugins-2.3.3.tar.gz && \
19
cd monitoring-plugins-2.3.3 && \
0 commit comments