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.
1 parent fbee67d commit d012253Copy full SHA for d012253
certs/Dockerfile
@@ -1,12 +1,11 @@
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