From d0aa8df0bcaa09ab028d56898232e8bd4bc6b0a2 Mon Sep 17 00:00:00 2001 From: Dryusdan <=> Date: Fri, 24 Nov 2017 20:40:23 +0100 Subject: [PATCH] add ca-certificates --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3a0073e..ef6977e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-fre git \ nginx-light \ dnsutils \ + ca-certificates \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \ && apt-get -y install -y nodejs --no-install-recommends \ && gem install bundler \