mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 04:19:44 +01:00
Added Dockerfile for testssl.sh
This commit is contained in:
parent
7953bfda5e
commit
db32b1fbea
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM debian:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y git bsdmainutils dnsutils ldnsutils host
|
||||
|
||||
#ADD ./ /testssl/
|
||||
|
||||
RUN git clone https://github.com/drwetter/testssl.sh.git /testssl.sh/
|
||||
|
||||
RUN ln -s /testssl.sh/testssl.sh /usr/local/bin/
|
||||
|
||||
WORKDIR /testssl.sh/
|
||||
|
||||
ENTRYPOINT ["testssl.sh","--openssl","/testssl.sh/bin/openssl.Linux.x86_64"]
|
Loading…
Reference in New Issue
Block a user