fix: corrected kotlin dev container
Some checks failed
Build and Push Dev Containers / build (push) Failing after 56s
Some checks failed
Build and Push Dev Containers / build (push) Failing after 56s
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM git.luke-else.co.uk/luke-else/lab:latest
|
FROM git.luke-else.co.uk/luke-else/lab:latest
|
||||||
|
|
||||||
RUN apk add --no-cache unzip openjdk21
|
RUN apk add --no-cache unzip zip openjdk21
|
||||||
|
|
||||||
# Set Java environment variables
|
# Set Java environment variables
|
||||||
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk
|
ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk
|
||||||
ENV PATH="$JAVA_HOME/bin:$PATH"
|
ENV PATH="$JAVA_HOME/bin:$PATH"
|
||||||
|
|
||||||
# Install SDKMAN and use it to install Kotlin and Gradle
|
# Install SDKMAN and use it to install Kotlin and Gradle
|
||||||
|
Reference in New Issue
Block a user