Skip to content

Commit c7ab5a3

Browse files
authored
Merge pull request #732 from heysujal/add-openssh-clients
add openssh-clients to dockerfile
2 parents b2f68a6 + 3bef3ad commit c7ab5a3

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)