Skip to content

Commit

Permalink
add java21
Browse files Browse the repository at this point in the history
  • Loading branch information
argotriwidodo committed Jan 6, 2025
1 parent 0cf6992 commit 46cf2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN apt install -y openssh-server
RUN sed -i 's|session required pam_loginuid.so|session optional pam_loginuid.so|g' /etc/pam.d/sshd
RUN mkdir -p /var/run/sshd

# Install Open JDK 11 (latest edition)
RUN apt install -y openjdk-11-jdk && apt install -y curl && apt install -y openjdk-8-jdk
# Install Open JDK 21 and 11 for running automation (latest edition)
RUN apt install -y openjdk-11-jdk && apt install -y curl && apt install -y openjdk-21-jdk

# Install Maven
RUN apt-get install -y maven
Expand Down

0 comments on commit 46cf2ad

Please sign in to comment.