[ARVADOS] updated: 1.3.0-3078-g201812edc

Git user git at public.arvados.org
Thu Sep 3 14:21:25 UTC 2020


Summary of changes:
 docker/jobs/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  201812edc08fc1fd11cc6635e2224adad2b913f5 (commit)
      from  b1a9b18e4bd1691294b60a90c595bccd29725ca7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 201812edc08fc1fd11cc6635e2224adad2b913f5
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Sep 3 10:20:26 2020 -0400

    cleanup: remove explicit installation of nodejs in our arvados/jobs
    Dockerfile. It's a dependency of the package now.
    
    refs #16788
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 9949b1930..69ea34bc8 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -23,8 +23,7 @@ ARG cwl_runner_version
 RUN echo cwl_runner_version $cwl_runner_version python_sdk_version $python_sdk_version
 
 RUN apt-get update -q
-RUN apt-get install -yq --no-install-recommends nodejs \
-    python3-arvados-cwl-runner=$cwl_runner_version
+RUN apt-get install -yq --no-install-recommends python3-arvados-cwl-runner=$cwl_runner_version
 
 # use the Python executable from the python-arvados-cwl-runner package
 RUN rm -f /usr/bin/python && ln -s /usr/share/python3/dist/python3-arvados-cwl-runner/bin/python /usr/bin/python

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list