4027: arvados/jobs includes virtualenv.
authorBrett Smith <brett@curoverse.com>
Mon, 8 Dec 2014 23:15:39 +0000 (18:15 -0500)
committerBrett Smith <brett@curoverse.com>
Tue, 9 Dec 2014 15:11:59 +0000 (10:11 -0500)
This lets you use the arvados/jobs image with the arvados_sdk_version
feature of Crunch.

docker/jobs/Dockerfile

index e140f277529498e1a4d9ce91f31d988f6b722b5f..313dd3662a2e80192db76e69e3243f9d56a2b90f 100644 (file)
@@ -3,7 +3,8 @@ MAINTAINER Brett Smith <brett@curoverse.com>
 
 # Install dependencies and set up system.
 # The FUSE packages help ensure that we can install the Python SDK (arv-mount).
-RUN /usr/bin/apt-get install -q -y python-dev python-llfuse python-pip \
+RUN /usr/bin/apt-get install -q -y \
+      python-dev python-llfuse python-pip python-virtualenv \
       libio-socket-ssl-perl libjson-perl liburi-perl libwww-perl dtrx \
       fuse libattr1-dev libfuse-dev && \
     /usr/sbin/adduser --disabled-password \