fix(Containerfile): Remove duplicate overrides for kernel modules

Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
This commit is contained in:
RJ Sampson 2024-07-03 13:36:08 -06:00
parent b24e44be7e
commit 9cc2c03af4
Failed to extract signature

View File

@ -60,8 +60,6 @@ RUN rpm-ostree cliwrap install-to-root / && \
/tmp/fsync-rpms/kernel-6*.rpm \
/tmp/fsync-rpms/kernel-core-*.rpm \
/tmp/fsync-rpms/kernel-modules-*.rpm \
/tmp/fsync-rpms/kernel-modules-core-*.rpm \
/tmp/fsync-rpms/kernel-modules-extra-*.rpm \
/tmp/fsync-rpms/kernel-uki-virt-*.rpm \
; else \
echo "will use kernel from ${KERNEL_FLAVOR} images" \