Skip to content

Commit e85856b

Browse files
authored
Merge pull request #57 from divergentdave/dockerfile-git-submodules
Check out submodules in Dockerfile
2 parents 91b71b2 + 1e66d22 commit e85856b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
FROM maven:3.6.1-jdk-8
22
RUN git clone https://github.com/RUB-NDS/TLS-Attacker.git
3-
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
44
WORKDIR /TLS-Attacker/
55
RUN mvn clean install -DskipTests=true
6-
RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git
76
WORKDIR /TLS-Scanner/
87
RUN mvn clean install -DskipTests=true
98
WORKDIR /TLS-Scanner/apps/

0 commit comments

Comments
 (0)