Skip to content

Commit 34bd0c0

Browse files
authored
Merge pull request #92 from tls-attacker/ApolloLV-patch-2
Update Dockerfile to use latest Debian stable
2 parents 7ef951c + c96b976 commit 34bd0c0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

certs/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
FROM debian:stretch
1+
FROM debian:latest
22

3-
RUN apt-get update
4-
RUN apt-get install software-properties-common -y
5-
RUN apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main'
63
RUN apt-get update && apt-get install -y \
74
openssl \
85
libnss3-tools \
9-
openjdk-8-jdk \
6+
default-jdk \
107
curl
118

129
WORKDIR /certs

0 commit comments

Comments
 (0)