Skip to content

Commit

Permalink
[DSD-5160] Added openjdk17-jre Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 committed May 2, 2024
1 parent a7cca17 commit 7802302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjdk/17-jre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV container_user_gid=${container_user_gid}

# Install mc and its dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends openjdk-17-jre && \
apt-get install -y --no-install-recommends openjdk-17-jre wget && \
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} && \
Expand Down

0 comments on commit 7802302

Please sign in to comment.