fix: Adding missing dependencies in Kotlin build process
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled

This commit is contained in:
2025-10-22 20:41:09 +01:00
parent 915b60a8ed
commit 1f3326b1d4

View File

@@ -1,6 +1,6 @@
FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache unzip openjdk21
RUN apk add --no-cache unzip zip openjdk21
# Set Java environment variables
ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk