14819: use the python executable from the python-arvados-cwl-runner package
authorWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 1 Mar 2019 13:34:28 +0000 (08:34 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 1 Mar 2019 13:34:28 +0000 (08:34 -0500)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

docker/jobs/Dockerfile

index 758262f03f5cca414851b7b7e9dbb08b95eb0749..02a1c3829d432e284a770d11459aaa111bff57db 100644 (file)
@@ -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 \