Skip to content

Commit

Permalink
Update PATH variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya-KN authored Dec 30, 2023
1 parent 15e6bfe commit 5ae154c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docker/dev/commons/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN wget https://apache.osuosl.org/maven/maven-${MAVEN_MAJOR}/${MAVEN_VERSION}/b
rm graalvm-community-jdk*.tar.gz

# Setting environment variables
ENV PATH="/opt/maven/bin:$PATH"
ENV GRAALVM_HOME="/opt/graalvm"
ENV JAVA_HOME="/opt/graalvm"
ENV PATH="/opt/graalvm/bin:/opt/maven/bin:$PATH"
ENV PATH="/opt/graalvm/bin:/opt/maven/bin:$PATH"

0 comments on commit 5ae154c

Please sign in to comment.