Skip to content

Commit 1fb8ab4

Browse files
committed
Merge public/master
2 parents 8f75a50 + e85856b commit 1fb8ab4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
FROM maven:3.6.1-jdk-8
32
RUN git clone https://github.com/RUB-NDS/TLS-Attacker.git
4-
RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git
3+
RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git --recurse-submodules
54
WORKDIR /TLS-Attacker/
65
RUN mvn clean install -DskipTests=true
7-
RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git
86
WORKDIR /TLS-Scanner/
97
RUN mvn clean install -DskipTests=true
108
WORKDIR /TLS-Scanner/apps/

0 commit comments

Comments
 (0)