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 8fd9669 + 5eb286b commit 91b71b2Copy full SHA for 91b71b2
Dockerfile
@@ -1,5 +1,4 @@
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
5
WORKDIR /TLS-Attacker/
0 commit comments