Skip to content

Commit

Permalink
Merge pull request #732 from heysujal/add-openssh-clients
Browse files Browse the repository at this point in the history
add openssh-clients to dockerfile
  • Loading branch information
S-ayanide authored Jan 15, 2025
2 parents b2f68a6 + 3bef3ad commit c7ab5a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7ab5a3

Please sign in to comment.