[ARVADOS] updated: 869335ec056cd9c311f48a4743f807a8c099ae5b

Git user git at public.curoverse.com
Tue Jul 18 10:59:38 EDT 2017


Summary of changes:
 build/package-test-dockerfiles/debian9/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  869335ec056cd9c311f48a4743f807a8c099ae5b (commit)
      from  32a733b229a837d2855d6848c9cf69942c36b5cb (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 869335ec056cd9c311f48a4743f807a8c099ae5b
Author: Nico Cesar <nico at curoverse.com>
Date:   Tue Jul 18 10:59:08 2017 -0400

    11980: gpg doesn't come by default anymore
    
    refs #11980
    
    Arvados-DCO-1.1-Signed-off-by: Nicolas Cesar <nico at curoverse.com>

diff --git a/build/package-test-dockerfiles/debian9/Dockerfile b/build/package-test-dockerfiles/debian9/Dockerfile
index a1dd32e..5e7669f 100644
--- a/build/package-test-dockerfiles/debian9/Dockerfile
+++ b/build/package-test-dockerfiles/debian9/Dockerfile
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
 
 # Install RVM
 RUN apt-get update && \
-    apt-get -y install --no-install-recommends curl ca-certificates && \
+    apt-get -y install --no-install-recommends curl ca-certificates gpg && \
     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