[ARVADOS] updated: 501325d396c1ac30637b5a48ecda17f77cd73206

git at public.curoverse.com git at public.curoverse.com
Wed Sep 23 16:27:46 EDT 2015


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

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

    7321: arvados/jobs Dockerfile installs development headers.
    
    These are necessary to build all of the Python SDK's dependencies when
    running a job that defines arvados_sdk_version.
    
    Closes #7321.

diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 41e4aea..ec1e929 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
+RUN apt-get install -qy git python-minimal 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