Split :java install commands
This commit is contained in:
parent
d5de165248
commit
83b488a630
1 changed files with 7 additions and 1 deletions
|
@ -41,4 +41,10 @@ RUN pacman -S --noconfirm nodejs git
|
||||||
FROM base AS java
|
FROM base AS java
|
||||||
|
|
||||||
# Install OpenJDK 21, various JVM languages & Gradle
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue