docker,worker: install libelf-dev, libdw-dev
authorTony Ambardar <itugrok@yahoo.com>
Fri, 26 Mar 2021 09:55:41 +0000 (09:55 +0000)
committerPaul Spooren <mail@aparcar.org>
Fri, 2 Apr 2021 19:59:35 +0000 (09:59 -1000)
The libelf-dev is a previous requirement to support STACK_VALIDATION
during kernel builds (x86/64). Building kernels with BTF debug
information requires both this and libdw-dev be installed.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
docker/buildworker/Dockerfile

index bad275912955963c7ad1885045ad98f54c562e13..9be02ecb5bd20575902a345af4681496c5dd1b72 100644 (file)
@@ -22,6 +22,8 @@ RUN \
                git-core \
                gosu \
                libncurses5-dev \
+               libelf-dev \
+               libdw-dev \
                locales \
                rsync \
                signify-openbsd \