diff --git a/base/Dockerfile b/base/Dockerfile
index 0b2b3c400c56caf4aa5274c5b527de105d5756a9..f1d2a59c905483c4a6e10f34fda22bc3ed8f5146 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -7,8 +7,8 @@
 # Use Rocky Linux 8.9 minimal as base image
 FROM rockylinux:8.9-minimal
 
-# Install epel repo, make, nano, openssh, wget, rsync, cronie, pip
-RUN microdnf -y install epel-release make nano openssh-clients wget rsync cronie python3.11-pip
+# Install epel repo, make, nano, openssh, iputils, wget, rsync, cronie, pip
+RUN microdnf -y install epel-release make nano openssh-clients iputils wget rsync cronie python3.11-pip
 
 # Install redis, psycopg2, paramiko, scp, tabulate Python packages
 RUN pip3.11 install --no-cache-dir redis hiredis psycopg2-binary paramiko scp tabulate