mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-01 01:28:29 +02:00
fixed missing ps
and removed additional packages for dns clients
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
FROM debian:latest
|
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/
|
RUN git clone --depth=1 https://github.com/drwetter/testssl.sh.git /testssl.sh/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user