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.
2 parents 91b71b2 + 1e66d22 commit e85856bCopy full SHA for e85856b
Dockerfile
@@ -1,9 +1,8 @@
1
FROM maven:3.6.1-jdk-8
2
RUN git clone https://github.com/RUB-NDS/TLS-Attacker.git
3
-RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git
+RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git --recurse-submodules
4
WORKDIR /TLS-Attacker/
5
RUN mvn clean install -DskipTests=true
6
7
WORKDIR /TLS-Scanner/
8
9
WORKDIR /TLS-Scanner/apps/
0 commit comments