You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/17 07:43:47 UTC

[incubator-streampipes-extensions] branch dev updated: [STREAMPIPES-135] Add module nashorn to docker file

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new a11c718  [STREAMPIPES-135] Add module nashorn to docker file
a11c718 is described below

commit a11c718f6665c031202775b53460a29b9ede63bb
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Jun 17 09:42:56 2020 +0200

    [STREAMPIPES-135] Add module nashorn to docker file
---
 streampipes-processors-enricher-jvm/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-processors-enricher-jvm/Dockerfile b/streampipes-processors-enricher-jvm/Dockerfile
index a6d80f7..d9cfa68 100644
--- a/streampipes-processors-enricher-jvm/Dockerfile
+++ b/streampipes-processors-enricher-jvm/Dockerfile
@@ -22,4 +22,4 @@ EXPOSE 8090
 
 COPY target/streampipes-processors-enricher-jvm.jar  /streampipes-processing-element-container.jar
 
-ENTRYPOINT ["java", "-jar", "/streampipes-processing-element-container.jar"]
+ENTRYPOINT ["java", "--add-modules", "jdk.scripting.nashorn", "-jar", "/streampipes-processing-element-container.jar"]