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 8f75a50 + e85856b commit 1fb8ab4Copy full SHA for 1fb8ab4
Dockerfile
@@ -1,10 +1,8 @@
1
-FROM openjdk:8-slim-stretch
2
-RUN apt-get update && apt-get upgrade -y && apt-get -y install git maven
+FROM maven:3.6.1-jdk-8
3
RUN git clone https://github.com/RUB-NDS/TLS-Attacker.git
4
-RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git
+RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git --recurse-submodules
5
WORKDIR /TLS-Attacker/
6
RUN mvn clean install -DskipTests=true
7
8
WORKDIR /TLS-Scanner/
9
10
WORKDIR /TLS-Scanner/apps/
0 commit comments