Skip to content

Commit 2e139ed

Browse files
authored
Adding the kernel-devel-matched package. (#158)
Summary: Meta package to install matching core and devel packages for a given kernel. AMD, needs this package in order to build their kmods. Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
1 parent e7fe5ff commit 2e139ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN [ "${RHEL_VERSION}" == "" ] && source /etc/os-release && RHEL_VERSION=${VERS
99
# kernel packages needed to build drivers / kmods
1010
RUN dnf -y install \
1111
kernel-devel${KERNEL_VERSION:+-}${KERNEL_VERSION} \
12+
kernel-devel-matched${KERNEL_VERSION:+-}${KERNEL_VERSION} \
1213
kernel-headers${KERNEL_VERSION:+-}${KERNEL_VERSION} \
1314
kernel-modules${KERNEL_VERSION:+-}${KERNEL_VERSION} \
1415
kernel-modules-extra${KERNEL_VERSION:+-}${KERNEL_VERSION}

0 commit comments

Comments
 (0)