Add ethtool to hyperkube

pull/6/head
Tim Hockin 2015-12-06 23:04:33 -08:00
parent a5100ef057
commit 340d29a48c
1 changed files with 1 additions and 0 deletions

View File

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