File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM 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
66ENV GO_DL_URL="https://golang.org/dl"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi:latest
22
33RUN \
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
You can’t perform that action at this time.
0 commit comments