mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 08:42:33 +01:00
#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:
parent
dafd938d19
commit
a9bb0123b2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# REPOSITORY https://github.com/fatherlinux/docker-bench-security
|
# REPOSITORY https://github.com/fatherlinux/docker-bench-security
|
||||||
|
|
||||||
MAINTAINER smccarty@redhat.com
|
|
||||||
|
|
||||||
FROM centos
|
FROM centos
|
||||||
|
|
||||||
|
MAINTAINER smccarty@redhat.com
|
||||||
|
|
||||||
RUN yum install -y docker net-tools audit procps-ng; yum clean all
|
RUN yum install -y docker net-tools audit procps-ng; yum clean all
|
||||||
|
|
||||||
RUN mkdir /docker-bench-security
|
RUN mkdir /docker-bench-security
|
||||||
|
|
Loading…
Reference in a new issue