From dd969e81dfbe0ff1b60c85841aaf01e51b45c574 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Fri, 1 Mar 2019 08:34:28 -0500 Subject: [PATCH] 14819: use the python executable from the python-arvados-cwl-runner package Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- docker/jobs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.30.2