Add Kotlin, Groovy, Scala & Gradle packages
This commit is contained in:
parent
b4379c0ac0
commit
d5de165248
1 changed files with 2 additions and 2 deletions
|
@ -40,5 +40,5 @@ RUN pacman -S --noconfirm nodejs git
|
|||
####################
|
||||
FROM base AS java
|
||||
|
||||
# Install OpenJDK 21
|
||||
RUN pacman -S --noconfirm jdk21-openjdk
|
||||
# Install OpenJDK 21, various JVM languages & Gradle
|
||||
RUN pacman -S --noconfirm jdk21-openjdk kotlin groovy scala gradle
|
||||
|
|
Loading…
Reference in a new issue