We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2f68a6 + 3bef3ad commit c7ab5a3Copy full SHA for c7ab5a3
build/Dockerfile
@@ -26,7 +26,8 @@ ARG LITMUS_VERSION
26
RUN yum install -y \
27
sudo \
28
sshpass \
29
- procps
+ procps \
30
+ openssh-clients
31
32
# tc binary
33
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