Skip to content

Commit bb0d234

Browse files
committed
added asn1 tool and x509 attacker to dockerfile
1 parent 3df1337 commit bb0d234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM maven:3.6.1-jdk-8 AS build-image
22
WORKDIR /build
3-
3+
RUN git clone https://github.com/RUB-NDS/ASN.1-Tool.git && cd ASN.1-Tool && mvn clean install && cd ..
4+
RUN git clone https://github.com/RUB-NDS/X509-Attacker.git && cd X509-Attacker && mvn clean install && cd ..
45
RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git --recurse-submodules
56

67
RUN git clone https://github.com/RUB-NDS/TLS-Attacker.git && \

0 commit comments

Comments
 (0)