Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

[java] add javac directory in PATH #193

Merged
merged 1 commit into from
Jul 3, 2019
Merged

Conversation

marcdumais-work
Copy link
Member

Fixes #192

Signed-off-by: Marc Dumais marc.dumais@ericsson.com

Fixes #192

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
@@ -5,7 +5,7 @@ FROM node:$NODE_VERSION
COPY --from=java-base /opt/ibm/java /opt/ibm/java

ENV JAVA_HOME=/opt/ibm/java/jre \
PATH=/opt/ibm/java/jre/bin:$PATH
PATH=/opt/ibm/java/jre/bin:/opt/ibm/java/bin/:$PATH
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked. Thanks!

@marcdumais-work
Copy link
Member Author

The CI failure for the full image is unrelated. Merging.

@marcdumais-work marcdumais-work merged commit 31cc61e into master Jul 3, 2019
@marcdumais-work marcdumais-work deleted the java-javac-in-path branch July 3, 2019 10:21
@marcdumais-work marcdumais-work restored the java-javac-in-path branch July 3, 2019 12:11
@marcdumais-work marcdumais-work deleted the java-javac-in-path branch July 3, 2019 12:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[java] javac is not found
2 participants