mirror of https://github.com/k3s-io/k3s
Add ethtool to hyperkube
parent
a5100ef057
commit
340d29a48c
|
@ -4,6 +4,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
|
|||
&& DEBIAN_FRONTEND=noninteractive apt-get -yy -q \
|
||||
install \
|
||||
iptables \
|
||||
ethtool \
|
||||
ca-certificates \
|
||||
file \
|
||||
util-linux \
|
||||
|
|
Loading…
Reference in New Issue