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 9ed5463 + cbf021a commit 9b4397eCopy full SHA for 9b4397e
Dockerfile
@@ -3,7 +3,7 @@ FROM debian:jessie
3
MAINTAINER Nicolas Delaby <[email protected]>
4
5
RUN apt-get -y update &&\
6
- apt-get install -y -q nginx nginx-extras &&\
+ apt-get install -y -q nginx nginx-extras ca-certificates &&\
7
apt-get clean &&\
8
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9
0 commit comments