add ca-certificates

This commit is contained in:
Dryusdan 2017-11-24 20:40:23 +01:00
parent 24f95cd592
commit d0aa8df0bc
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-fre
git \ git \
nginx-light \ nginx-light \
dnsutils \ dnsutils \
ca-certificates \
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get -y install -y nodejs --no-install-recommends \ && apt-get -y install -y nodejs --no-install-recommends \
&& gem install bundler \ && gem install bundler \