From cd2ec26083a0d3fd839ffbdd2ca11d98d48ea33a Mon Sep 17 00:00:00 2001 From: Sujal Gupta Date: Mon, 6 Jan 2025 00:58:51 +0530 Subject: [PATCH] add openssh-clients to dockerfile Signed-off-by: Sujal Gupta --- build/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 61151278c..2cc7fc772 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -26,7 +26,8 @@ ARG LITMUS_VERSION RUN yum install -y \ sudo \ sshpass \ - procps + procps \ + openssh-clients # tc binary RUN yum install -y https://dl.rockylinux.org/vault/rocky/9.3/devel/$(uname -m)/os/Packages/i/iproute-6.2.0-5.el9.$(uname -m).rpm