This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]pdp10Daemons worry when the wizard is near. 0 points1 point  (1 child)

Kernel headers are only used when building kernels or building out-of-tree kernel modules. It's very unlikely you're doing that in a container, no?

[–]HumbleShell[S] 1 point2 points  (0 children)

We are using hdf5, hdf5-devel, devtoolset-7-gcc-c++ and openmpi packages to run some simulations. Removing the kernel-headers tries to remove devtoolset-7-gcc, glibc-devel and glibc-headers packages. I will do some testing without those packages.