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 7ef951c + c96b976 commit 34bd0c0Copy full SHA for 34bd0c0
certs/Dockerfile
@@ -1,12 +1,9 @@
1
-FROM debian:stretch
+FROM debian:latest
2
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'
6
RUN apt-get update && apt-get install -y \
7
openssl \
8
libnss3-tools \
9
- openjdk-8-jdk \
+ default-jdk \
10
curl
11
12
WORKDIR /certs
0 commit comments