Skip to content

Commit

Permalink
Merge pull request #3 from ticosax/install-ca
Browse files Browse the repository at this point in the history
required for https
  • Loading branch information
ticosax committed Apr 16, 2015
2 parents 9ed5463 + cbf021a commit 9b4397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:jessie
MAINTAINER Nicolas Delaby <ticosax@free.fr>

RUN apt-get -y update &&\
apt-get install -y -q nginx nginx-extras &&\
apt-get install -y -q nginx nginx-extras ca-certificates &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 9b4397e

Please # to comment.