From: Brett Smith Date: Mon, 8 Dec 2014 23:15:39 +0000 (-0500) Subject: 4027: arvados/jobs includes virtualenv. X-Git-Tag: 1.1.0~1932^2~2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/4f78b5b86230394ab5b8545227915ce97cb3d36a 4027: arvados/jobs includes virtualenv. This lets you use the arvados/jobs image with the arvados_sdk_version feature of Crunch. --- 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 \