diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c974551 --- /dev/null +++ b/Dockerfile @@ -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"]