Merge pull request #84 from lusitania/#83-reorder-centos-steps

#83 First instruction must be FROM
This commit is contained in:
Thomas Sjögren 2015-09-16 18:34:10 +02:00
commit 297368ec0f

View file

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