[ARVADOS] updated: 3622d1d6c8951de35d61124a38c24c5d035ca6c7

Git user git at public.curoverse.com
Tue Jul 18 12:05:54 EDT 2017


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

       via  3622d1d6c8951de35d61124a38c24c5d035ca6c7 (commit)
      from  a70e4626c8bfd2867f7743382b84a42ab9aff8f6 (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 3622d1d6c8951de35d61124a38c24c5d035ca6c7
Author: Nico Cesar <nico at curoverse.com>
Date:   Tue Jul 18 11:45:52 2017 -0400

    11980: in debian9 procps is not there by default
    
    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 87b7d23..330d7d8 100644
--- a/build/package-test-dockerfiles/debian9/Dockerfile
+++ b/build/package-test-dockerfiles/debian9/Dockerfile
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND noninteractive
 # Install RVM
 COPY D39DC0E3.asc /tmp
 RUN apt-get update && \
-    apt-get -y install --no-install-recommends curl ca-certificates gpg && \
+    apt-get -y install --no-install-recommends curl ca-certificates gpg procps && \
     gpg --import /tmp/D39DC0E3.asc && \
     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