Browse code

Add ethtool to our deps

kargakis authored on 2015/09/30 22:39:42
Showing 2 changed files
... ...
@@ -7,5 +7,5 @@
7 7
 FROM centos:centos7
8 8
 
9 9
 # components from EPEL must be installed in a separate yum install step
10
-RUN yum install -y git tar wget socat hostname sysvinit-tools util-linux epel-release && \
10
+RUN yum install -y git tar wget socat hostname sysvinit-tools util-linux epel-release ethtool && \
11 11
     yum clean all
... ...
@@ -67,6 +67,7 @@ Requires:       tuned-profiles-%{name}-node = %{version}-%{release}
67 67
 Requires:       util-linux
68 68
 Requires:       socat
69 69
 Requires:       nfs-utils
70
+Requires:       ethtool
70 71
 Requires(post):   systemd
71 72
 Requires(preun):  systemd
72 73
 Requires(postun): systemd