mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
docker: re-add kernel dependency
This commit is contained in:
parent
e01f3d7575
commit
32dc4c139d
@ -42,6 +42,11 @@ DEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
# For CoreOS builds coreos-kernel must be installed because this ebuild
|
||||
# checks the kernel config. The kernel config is left by the kernel compile
|
||||
# or an explicit copy when installing binary packages. See coreos-kernel.eclass
|
||||
DEPEND+="sys-kernel/coreos-kernel"
|
||||
|
||||
# https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
|
||||
# https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
|
||||
RDEPEND="
|
||||
|
Loading…
x
Reference in New Issue
Block a user