mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-10 18:50:58 +01:00
backport dockerfile from 2.9dev
This commit is contained in:
parent
a802792db5
commit
bf0fde27e6
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 ldnsutils procps
|
||||
|
||||
RUN git clone --depth=1 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"]
|
||||
|
||||
CMD ["--help"]
|
Loading…
Reference in New Issue
Block a user