Skip to content

Commit

Permalink
Add bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 authored Jun 8, 2024
1 parent f11a35c commit fd10a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN bash -ci "yes | sdk install java 21.0.3-tem && \
rm -rf $HOME/.sdkman/archives/* && \
rm -rf $HOME/.sdkman/tmp/*"

ENV PATH "$PATH:/root/.sdkman/candidates/java/current"
ENV PATH "$PATH:/root/.sdkman/candidates/java/current/bin"
COPY run-tests.py /run-tests.py

ENTRYPOINT ["python3", "/run-tests.py"]

0 comments on commit fd10a5a

Please sign in to comment.