mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Add ethtool to hyperkube
This commit is contained in:
parent
a5100ef057
commit
340d29a48c
@ -4,6 +4,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
|
|||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -yy -q \
|
&& DEBIAN_FRONTEND=noninteractive apt-get -yy -q \
|
||||||
install \
|
install \
|
||||||
iptables \
|
iptables \
|
||||||
|
ethtool \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
file \
|
file \
|
||||||
util-linux \
|
util-linux \
|
||||||
|
Loading…
Reference in New Issue
Block a user