mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-21 22:29:08 +00:00
Merge pull request #84 from lusitania/#83-reorder-centos-steps
#83 First instruction must be FROM
This commit is contained in:
commit
297368ec0f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue