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 91f8ca1 + 18e2df7 commit dc7e9e5Copy full SHA for dc7e9e5
certs/Dockerfile
@@ -1,5 +1,8 @@
1
-FROM debian:sid
+FROM debian:stretch
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 \
0 commit comments