Skip to content

Commit

Permalink
Merge pull request #36 from syedsalman3753/master
Browse files Browse the repository at this point in the history
[MOSIP-33150] Updated java 21-jre Dockerfile to support java 21 migration
  • Loading branch information
ckm007 authored May 21, 2024
2 parents 3610fd1 + ab41f19 commit 994350e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions openjdk/21-jre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ ENV LANG=C.UTF-8
# Install mc and its dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends openjdk-21-jre wget unzip && \
java --version && \
groupadd -g ${container_user_gid} ${container_user_group} && \
useradd -u ${container_user_uid} -g ${container_user_group} -s /bin/bash -m ${container_user} && \
mkdir -p /home/${container_user} \
java --version

0 comments on commit 994350e

Please sign in to comment.