Skip to content

Commit

Permalink
Update Path variables
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Surya-KN and coderabbitai[bot] authored Dec 30, 2023
1 parent 97bcb20 commit 15e6bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/dev/commons/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ RUN wget https://apache.osuosl.org/maven/maven-${MAVEN_MAJOR}/${MAVEN_VERSION}/b
ENV PATH="/opt/maven/bin:$PATH"
ENV GRAALVM_HOME="/opt/graalvm"
ENV JAVA_HOME="/opt/graalvm"
ENV PATH="/opt/graalvm/bin:$PATH"
ENV PATH="/opt/graalvm/bin:/opt/maven/bin:$PATH"

0 comments on commit 15e6bfe

Please sign in to comment.