#83 First instruction must be FROM

See https://docs.docker.com/reference/builder/

Signed-off-by: lusitania <lusitania@users.noreply.github.com>
This commit is contained in:
Peter 2015-09-14 12:50:06 +02:00 committed by lusitania
parent dafd938d19
commit a9bb0123b2

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