Skip to content

Commit

Permalink
add openssh-clients to dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Sujal Gupta <[email protected]>
  • Loading branch information
heysujal committed Jan 5, 2025
1 parent 7e08c69 commit cd2ec26
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 cd2ec26

Please sign in to comment.