Skip to content

Commit

Permalink
Ensure graal image has nodejs installed
Browse files Browse the repository at this point in the history
As it will be used in GHCI
  • Loading branch information
Tristan971 committed Jan 9, 2025
1 parent 12b8745 commit eb9b05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN chmod -v +x /tmp/install-maven.sh && \
rm -v /tmp/install-maven.sh

USER mangadex
RUN node -v
RUN java -version
RUN mkdir "$HOME/.m2" && mvn -v

Expand Down

0 comments on commit eb9b05b

Please sign in to comment.