Skip to content

Commit

Permalink
Adding kernel-rpm-macros to the Dockerfile. (#106)
Browse files Browse the repository at this point in the history
This has been requested as an RFE.

MGMT-12403

Signed-off-by: Yoni Bettan <yonibettan@gmail.com>

Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
  • Loading branch information
ybettan committed Nov 3, 2022
1 parent c0d8273 commit 8cdb01a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN if [ $(arch) = x86_64 ]; then \
kernel-rt-modules-extra${RT_KERNEL_VERSION:+-}${RT_KERNEL_VERSION} \
&& yum clean all ; fi

RUN yum -y install kernel-rpm-macros

# Additional packages that are mandatory for driver-containers
RUN yum -y install elfutils-libelf-devel kmod binutils kabi-dw kernel-abi-whitelists \
&& yum clean all
Expand Down

0 comments on commit 8cdb01a

Please sign in to comment.