Add back ca-certificates

Deb based distros need to have ca-certificates installed in order
to perform the git calls.  Add them in for Ubuntu and Debian
and get the builds working again.

Change-Id: I28fa3eeef47c40a024d6c124360e6f39446cef2c
This commit is contained in:
John Griffith 2017-04-12 20:57:08 -06:00
parent 675dda7ce5
commit 8d943f8a99
2 changed files with 2 additions and 2 deletions

2
debian/Dockerfile vendored
View File

@ -14,7 +14,7 @@ ADD $OVERRIDE /
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends git \
&& apt-get install -y --no-install-recommends git ca-certificates \
bridge-utils \
conntrack \
dnsmasq \

View File

@ -14,7 +14,7 @@ ADD $OVERRIDE /
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends git \
&& apt-get install -y --no-install-recommends git ca-certificates \
bridge-utils \
conntrack \
dnsmasq \