Skip to content

Commit

Permalink
Disable installation of kernel-devel on Docker
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis committed Nov 24, 2023
1 parent 8c02e1d commit f55e31f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
dnf install -y #{kernel_source_package}-#{kernel_source_package_version} --releasever #{node['platform_version']}
dnf clean all
INSTALL_KERNEL_SOURCE
end
end unless on_docker?
end

def default_packages
Expand Down

0 comments on commit f55e31f

Please sign in to comment.