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 \
|
&& 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