Skip to content

Commit 724f549

Browse files
committed
Address review comments for jmods rpm
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent e80dbc2 commit 724f549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/jlink/jlink-builder/jlink-builder-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ objects:
3131
USER 0
3232
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JDK_VERSION}-openjdk-jmods
3333
RUN mkdir -p /mnt/jrootfs
34-
RUN microdnf install --installroot /mnt/jrootfs --releasever 9 --setopt install_weak_deps=0 --nodocs -y java-${JDK_VERSION}-openjdk-jmods \
34+
RUN microdnf install --installroot /mnt/jrootfs --releasever 9 --setopt install_weak_deps=0 --nodocs -y \
3535
--config=/etc/dnf/dnf.conf \
3636
--noplugins \
3737
--setopt=cachedir=/var/cache \

0 commit comments

Comments
 (0)