From: Ward Vandewege Date: Fri, 1 Mar 2019 13:34:28 +0000 (-0500) Subject: 14819: use the python executable from the python-arvados-cwl-runner package X-Git-Tag: 1.4.0~133^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/dd969e81dfbe0ff1b60c85841aaf01e51b45c574 14819: use the python executable from the python-arvados-cwl-runner package Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile index 758262f03f..02a1c3829d 100644 --- a/docker/jobs/Dockerfile +++ b/docker/jobs/Dockerfile @@ -27,8 +27,8 @@ RUN apt-get install -yq --no-install-recommends nodejs \ python-arvados-python-client=$python_sdk_version \ python-arvados-cwl-runner=$cwl_runner_version -# use the Python executable from the python-arvados-python-client package -RUN rm -f /usr/bin/python && ln -s /usr/share/python2.7/dist/python-arvados-python-client/bin/python /usr/bin/python +# use the Python executable from the python-arvados-cwl-runner package +RUN rm -f /usr/bin/python && ln -s /usr/share/python2.7/dist/python-arvados-cwl-runner/bin/python /usr/bin/python # Install dependencies and set up system. RUN /usr/sbin/adduser --disabled-password \