Skip to content

Commit 9b4397e

Browse files
committed
Merge pull request #3 from ticosax/install-ca
required for https
2 parents 9ed5463 + cbf021a commit 9b4397e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:jessie
33
MAINTAINER Nicolas Delaby <[email protected]>
44

55
RUN apt-get -y update &&\
6-
apt-get install -y -q nginx nginx-extras &&\
6+
apt-get install -y -q nginx nginx-extras ca-certificates &&\
77
apt-get clean &&\
88
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
99

0 commit comments

Comments
 (0)