base and kotlin container changes

This commit is contained in:
2024-04-26 13:26:52 -04:00
parent 2e11e2a2f0
commit 44132ee907
2 changed files with 10 additions and 7 deletions

View File

@ -19,10 +19,8 @@ LABEL com.github.containers.toolbox="true" \
# Set environment variables
ENV KOTLIN_VERSION=1.9.23
ENV KOTLIN_HOME=/usr/local/kotlin
ENV PATH="${PATH}:${KOTLIN_HOME}/bin"
ENV GRADLE_VERSION=8.6
ENV GRADLE_HOME=/opt/gradle
ENV PATH="${PATH}:${GRADLE_HOME}/bin"
# Install required packages
RUN dnf install -y -q wget unzip java-17-openjdk java-17-openjdk-devel && \