[ARVADOS] updated: e668f9e2424cb1224b540865374b12fa9e1e3a8f

git at public.curoverse.com git at public.curoverse.com
Wed Sep 23 16:56:37 EDT 2015


Summary of changes:
 docker/jobs/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  e668f9e2424cb1224b540865374b12fa9e1e3a8f (commit)
      from  501325d396c1ac30637b5a48ecda17f77cd73206 (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 e668f9e2424cb1224b540865374b12fa9e1e3a8f
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Sep 23 16:56:35 2015 -0400

    7321: arvados/jobs Dockerfile installs python-pip.
    
    This is also for arvados_sdk_version support.  I thought pip was a
    dependency of virtualenv, but it's not.  Refs #7321.

diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index ec1e929..0d72958 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -8,7 +8,7 @@ ADD apt.arvados.org.list /etc/apt/sources.list.d/
 RUN apt-key adv --keyserver pool.sks-keyservers.net --recv 1078ECD7
 RUN apt-get update -q
 
-RUN apt-get install -qy git python-minimal python-virtualenv python-arvados-python-client python-dev libcurl4-gnutls-dev
+RUN apt-get install -qy git python-pip python-virtualenv python-arvados-python-client python-dev libcurl4-gnutls-dev
 
 RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list