Skip to content

Commit

Permalink
required for https
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax committed Apr 16, 2015
1 parent 9ed5463 commit cbf021a
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 cbf021a

Please # to comment.