Skip to content

Commit 132b5d8

Browse files
authored
Merge pull request #565 from Josh-Matsuoka/3645
[OPENJDK-3645] Remove jmods rpm installation from stage 1
2 parents 7e16de1 + 0b86528 commit 132b5d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/jlink/jlinked-app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ objects:
7171
FROM -
7272
RUN if [ ! -f "/opt/jboss/container/java/jlink/preflight.sh" ]; then echo "jlink scripts doesn't exist" 2>&1; exit 1; fi
7373
USER 0
74-
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JDK_VERSION}-openjdk-jmods
7574
RUN mkdir -p /mnt/jrootfs
7675
RUN microdnf install --installroot /mnt/jrootfs --releasever 9 --setopt install_weak_deps=0 --nodocs -y \
7776
--config=/etc/dnf/dnf.conf \

0 commit comments

Comments
 (0)