mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 08:42:33 +01:00
70e3e07c9b
Signed-off-by: Andreas Stieger <astieger@suse.com>
15 lines
296 B
Text
15 lines
296 B
Text
# REPOSITORY https://github.com/docker/docker-bench-security
|
|
|
|
FROM opensuse
|
|
|
|
MAINTAINER security@suse.com
|
|
|
|
RUN zypper -n in docker net-tools audit
|
|
|
|
RUN mkdir /docker-bench-security
|
|
|
|
COPY . /docker-bench-security
|
|
|
|
WORKDIR /docker-bench-security
|
|
|
|
ENTRYPOINT ["/bin/sh", "docker-bench-security.sh"]
|