From c7fcdca930558b2da6dd0e7471062a6bc9bad489 Mon Sep 17 00:00:00 2001
From: Cristiano Urban <cristiano.urban@inaf.it>
Date: Fri, 6 Jun 2025 17:22:08 +0200
Subject: [PATCH] Added iputils package in Dockerfile.

Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it>
---
 base/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/Dockerfile b/base/Dockerfile
index 0b2b3c4..f1d2a59 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
-- 
GitLab