mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 14:22:33 +01:00
Merge pull request #92 from andreasstieger/dockerfile-opensuse
add Dockerfile for openSUSE
This commit is contained in:
commit
32fdfe2ca6
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