Skip to content

Commit

Permalink
Merge pull request #4183 from Coduz/feat-migrationToJdkHeadless
Browse files Browse the repository at this point in the history
✨ [Docker] Migrated from java-11-openjdk to java-11-openjdk-headless JVM package
  • Loading branch information
Coduz authored Jan 27, 2025
2 parents d66614b + 0c3e4c2 commit 77f9ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/java-base/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV JAVA_HOME=/usr/lib/jvm/jre-openjdk
# shadow-utils: To run useradd command

RUN microdnf install -y \
java-11-openjdk \
java-11-openjdk-headless \
curl \
openssl \
tar \
Expand Down

0 comments on commit 77f9ef3

Please sign in to comment.