Skip to content

Commit 91b71b2

Browse files
authored
Merge pull request #56 from joeshaw/dockerfile-maven-base-image
use maven base image rather than open openjdk
2 parents 8fd9669 + 5eb286b commit 91b71b2

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,5 +1,4 @@
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
43
RUN git clone https://github.com/RUB-NDS/TLS-Scanner.git
54
WORKDIR /TLS-Attacker/

0 commit comments

Comments
 (0)