mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-07-20 04:31:45 +02:00
fixed missing ps
and removed additional packages for dns clients
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM debian:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y git bsdmainutils dnsutils ldnsutils host
|
||||
RUN apt-get update && apt-get install -y git bsdmainutils ldnsutils procps
|
||||
|
||||
RUN git clone --depth=1 https://github.com/drwetter/testssl.sh.git /testssl.sh/
|
||||
|
||||
|
Reference in New Issue
Block a user