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

Commit

Permalink
[java] add javac directory in PATH
Browse files Browse the repository at this point in the history
Fixes #192

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Jul 3, 2019
1 parent 14d04a8 commit 31cc61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theia-java-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

RUN apt-get update && \
apt-get install -y curl apt-transport-https maven gradle && \
Expand Down

0 comments on commit 31cc61e

Please sign in to comment.