We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df1337 commit bb0d234Copy full SHA for bb0d234
Dockerfile
@@ -1,6 +1,7 @@
1
FROM maven:3.6.1-jdk-8 AS build-image
2
WORKDIR /build
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 ..
5
RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git --recurse-submodules
6
7
RUN git clone https://github.com/RUB-NDS/TLS-Attacker.git && \
0 commit comments