Skip to content

docker,worker: install libelf-dev, libdw-dev

The libelf-dev is a previous requirement to support STACK_VALIDATION during kernel builds (x86/64). Building kernels with BTF debug information will require both this and libdw-dev be installed. See: https://github.com/openwrt/openwrt/pull/3855.

Signed-off-by: Tony Ambardar itugrok@yahoo.com

Merge request reports