X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/37c46ca294ce95242ac424c8375a130d783f6d1e..dd969e81dfbe0ff1b60c85841aaf01e51b45c574:/docker/jobs/Dockerfile 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 \