mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-27 02:49:30 +01:00
fixed missing ps
and removed additional packages for dns clients
This commit is contained in:
parent
54b9119162
commit
c7a0de1280
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user