You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/06 17:12:35 UTC

[GitHub] dubee closed pull request #3726: Install nodejs in scala image

dubee closed pull request #3726: Install nodejs in scala image
URL: https://github.com/apache/incubator-openwhisk/pull/3726
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile
index 693f6d2788..b59931fe27 100644
--- a/common/scala/Dockerfile
+++ b/common/scala/Dockerfile
@@ -7,7 +7,7 @@ ENV LANG en_US.UTF-8
 ENV LANGUAGE en_US:en
 ENV LC_ALL en_US.UTF-8
 
-RUN apk add --update sed curl bash
+RUN apk add --update sed curl bash nodejs
 
 RUN mkdir /logs
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services