[ARVADOS] updated: 959ab858881801060b292a71b6e694c4801ef2eb
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 10 10:59:10 EDT 2015
Summary of changes:
docker/jobs/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 959ab858881801060b292a71b6e694c4801ef2eb (commit)
from c830768910678af42a92d8d0b63ac96d5636361c (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 959ab858881801060b292a71b6e694c4801ef2eb
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jul 10 10:58:43 2015 -0400
Make sure to add python-virtualenv to the Docker arvados/jobs image.
refs #6569
diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 62ea2ee..41e4aea 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-arvados-python-client
+RUN apt-get install -qy git python-minimal python-virtualenv python-arvados-python-client
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list