Skip to content

Commit cd2ec26

Browse files
committed
add openssh-clients to dockerfile
Signed-off-by: Sujal Gupta <[email protected]>
1 parent 7e08c69 commit cd2ec26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ ARG LITMUS_VERSION
2626
RUN yum install -y \
2727
sudo \
2828
sshpass \
29-
procps
29+
procps \
30+
openssh-clients
3031

3132
# tc binary
3233
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

0 commit comments

Comments
 (0)