mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-24 15:49:10 +00:00
Replaced net-tools with iproute2 in Dockerfiles
Signed-off-by: Karol Babioch <kbabioch@suse.de>
This commit is contained in:
parent
997ce7330e
commit
f5542683c5
4 changed files with 4 additions and 4 deletions
distros
|
@ -4,7 +4,7 @@ FROM opensuse
|
|||
|
||||
MAINTAINER security@suse.com
|
||||
|
||||
RUN zypper -n in docker net-tools audit
|
||||
RUN zypper -n in docker iproute2 audit
|
||||
|
||||
RUN mkdir /docker-bench-security
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue