Replaced net-tools with iproute2 in Dockerfiles

Signed-off-by: Karol Babioch <kbabioch@suse.de>
This commit is contained in:
Karol Babioch 2018-01-12 10:44:04 +01:00
commit f5542683c5
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ MAINTAINER smccarty@redhat.com
RUN yum install -y yum-utils; yum clean all
RUN yum-config-manager --disable "*" &>/dev/null
RUN yum-config-manager --enable rhel-7-server-rpms --enable rhel-7-server-extras-rpms
RUN yum install -y docker net-tools audit procps-ng; yum clean all
RUN yum install -y docker iproute audit procps-ng; yum clean all
RUN mkdir /docker-bench-security