diff --git a/distros/Dockerfile.centos b/distros/Dockerfile.centos index 81e2824..1fa0ea4 100644 --- a/distros/Dockerfile.centos +++ b/distros/Dockerfile.centos @@ -1,9 +1,9 @@ # REPOSITORY https://github.com/fatherlinux/docker-bench-security -MAINTAINER smccarty@redhat.com - FROM centos +MAINTAINER smccarty@redhat.com + RUN yum install -y docker net-tools audit procps-ng; yum clean all RUN mkdir /docker-bench-security