Skip to content

Commit 18e2df7

Browse files
committed
Fixed cert script
1 parent 9edbd35 commit 18e2df7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

certs/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
FROM debian:sid
1+
FROM debian:stretch
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'
36
RUN apt-get update && apt-get install -y \
47
openssl \
58
libnss3-tools \

0 commit comments

Comments
 (0)