From 4f78b5b86230394ab5b8545227915ce97cb3d36a Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 8 Dec 2014 18:15:39 -0500 Subject: [PATCH] 4027: arvados/jobs includes virtualenv. This lets you use the arvados/jobs image with the arvados_sdk_version feature of Crunch. --- docker/jobs/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile index e140f27752..313dd3662a 100644 --- a/docker/jobs/Dockerfile +++ b/docker/jobs/Dockerfile @@ -3,7 +3,8 @@ MAINTAINER Brett Smith # 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 \ -- 2.30.2