Skip to content

Commit 87b33af

Browse files
authored
Install ethtool to retrieve driver information for a specified network device (#177)
1 parent 27788b7 commit 87b33af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/ubi:latest
22

3-
RUN dnf install -y wget make hostname iproute iputils openssh openssh-clients podman psmisc
3+
RUN dnf install -y wget make hostname iproute iputils openssh openssh-clients podman psmisc ethtool
44

55
# Install Go binary
66
ENV GO_DL_URL="https://golang.org/dl"

test-partner/Dockerfile.debug-partner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi:latest
22

33
RUN \
44
yum -y update && \
5-
yum -y install pciutils util-linux net-tools procps-ng iputils iproute jq libselinux-utils iptables nftables && \
5+
yum -y install pciutils util-linux net-tools procps-ng iputils iproute jq libselinux-utils iptables nftables ethtool && \
66
yum clean all -y && \
77
rm -rf /var/cache/yum
88

0 commit comments

Comments
 (0)