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: Iffb0d1e72470c03556677413789caf9f58cce443
This commit is contained in:
John Griffith 2017-04-12 20:38:01 -06:00
parent 870fcc143e
commit 60c84cc70a
2 changed files with 2 additions and 0 deletions

1
debian/Dockerfile vendored
View File

@ -17,6 +17,7 @@ RUN set -x \
&& apt-get install -y --no-install-recommends git \
apache2 \
libapache2-mod-wsgi \
ca-certificates \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \

View File

@ -17,6 +17,7 @@ RUN set -x \
&& apt-get install -y --no-install-recommends git \
apache2 \
libapache2-mod-wsgi \
ca-certificates \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \