X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5fa837af6e73abbcf70e66c6de785e3a24259328..5c1410e60eb06769207dbafd77501bf2fa45a29b:/docker/jobs/Dockerfile diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile index 41e4aea1dd..d80c3a882d 100644 --- a/docker/jobs/Dockerfile +++ b/docker/jobs/Dockerfile @@ -1,19 +1,19 @@ -# Based on Debian Wheezy -FROM arvados/debian:wheezy +# Based on Debian Jessie +FROM debian:jessie MAINTAINER Ward Vandewege ENV DEBIAN_FRONTEND noninteractive 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 gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 -RUN apt-get install -qy git python-minimal python-virtualenv python-arvados-python-client +ARG COMMIT=latest +RUN echo $COMMIT && apt-get update -q -RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 +RUN apt-get install -qy git python-pip python-virtualenv python-arvados-python-client python-dev libcurl4-gnutls-dev nodejs python-arvados-cwl-runner # Install dependencies and set up system. -# The FUSE packages help ensure that we can install the Python SDK (arv-mount). RUN /usr/sbin/adduser --disabled-password \ --gecos 'Crunch execution user' crunch && \ /usr/bin/install --directory --owner=crunch --group=crunch --mode=0700 /keep /tmp/crunch-src /tmp/crunch-job