We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80dbc2 commit 724f549Copy full SHA for 724f549
templates/jlink/jlink-builder/jlink-builder-template.yaml
@@ -31,7 +31,7 @@ objects:
31
USER 0
32
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JDK_VERSION}-openjdk-jmods
33
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 \
+ RUN microdnf install --installroot /mnt/jrootfs --releasever 9 --setopt install_weak_deps=0 --nodocs -y \
35
--config=/etc/dnf/dnf.conf \
36
--noplugins \
37
--setopt=cachedir=/var/cache \
0 commit comments