Split :java install commands

This commit is contained in:
JeremyStar™ 2024-12-13 01:42:14 +01:00
parent d5de165248
commit 83b488a630
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -41,4 +41,10 @@ RUN pacman -S --noconfirm nodejs git
FROM base AS java
# Install OpenJDK 21, various JVM languages & Gradle
RUN pacman -S --noconfirm jdk21-openjdk kotlin groovy scala gradle
RUN pacman -S --noconfirm jdk21-openjdk
# Install various JVM languages
RUN pacman -S --noconfirm kotlin groovy scala
# Install build tools
RUN pacman -S --noconfirm gradle maven