[ARVADOS] updated: e99a8f26537ef2356be5fc479bfe8c4f716c8d22
Git user
git at public.curoverse.com
Thu Dec 29 14:59:19 EST 2016
Summary of changes:
build/package-test-dockerfiles/debian8/Dockerfile | 2 +-
build/package-test-dockerfiles/ubuntu1204/Dockerfile | 2 +-
build/package-test-dockerfiles/ubuntu1404/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
via e99a8f26537ef2356be5fc479bfe8c4f716c8d22 (commit)
from bfe7a62407aa0a6bc078659f259468f9b4105581 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e99a8f26537ef2356be5fc479bfe8c4f716c8d22
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Dec 29 14:57:45 2016 -0500
Bring back ca-certificates to package-testing images.
No issue #
diff --git a/build/package-test-dockerfiles/debian8/Dockerfile b/build/package-test-dockerfiles/debian8/Dockerfile
index 9283db2..c6bc8f4 100644
--- a/build/package-test-dockerfiles/debian8/Dockerfile
+++ b/build/package-test-dockerfiles/debian8/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Peter Amstutz <peter.amstutz at curoverse.com>
# Install RVM
RUN apt-get update && \
- DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends curl && \
+ DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends curl ca-certificates && \
gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && \
curl -L https://get.rvm.io | bash -s stable && \
/usr/local/rvm/bin/rvm install 2.3 && \
diff --git a/build/package-test-dockerfiles/ubuntu1204/Dockerfile b/build/package-test-dockerfiles/ubuntu1204/Dockerfile
index decab6c..f622371 100644
--- a/build/package-test-dockerfiles/ubuntu1204/Dockerfile
+++ b/build/package-test-dockerfiles/ubuntu1204/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Peter Amstutz <peter.amstutz at curoverse.com>
# Install RVM
RUN apt-get update && \
- DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends curl && \
+ DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends curl ca-certificates && \
gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && \
curl -L https://get.rvm.io | bash -s stable && \
/usr/local/rvm/bin/rvm install 2.3 && \
diff --git a/build/package-test-dockerfiles/ubuntu1404/Dockerfile b/build/package-test-dockerfiles/ubuntu1404/Dockerfile
index 3e08600..f7ee486 100644
--- a/build/package-test-dockerfiles/ubuntu1404/Dockerfile
+++ b/build/package-test-dockerfiles/ubuntu1404/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Peter Amstutz <peter.amstutz at curoverse.com>
# Install RVM
RUN apt-get update && \
- DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends curl && \
+ DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends curl ca-certificates && \
gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && \
curl -L https://get.rvm.io | bash -s stable && \
/usr/local/rvm/bin/rvm install 2.3 && \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list