mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 06:22:32 +01:00
add Dockerfile for openSUSE
Signed-off-by: Andreas Stieger <astieger@suse.com>
This commit is contained in:
parent
8eb4cf7e13
commit
70e3e07c9b
1 changed files with 15 additions and 0 deletions
15
distros/Dockerfile.openSUSE
Normal file
15
distros/Dockerfile.openSUSE
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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"]
|
Loading…
Reference in a new issue