Skip to content

Commit

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

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work authored and dwjbosman committed Jul 24, 2019
1 parent b0499e8 commit 9229b9d
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 9229b9d

Please sign in to comment.