debian-buster-jenkins: install libelf-dev

Add libelf-dev to be able to build kernel modules with
defconfig_x86_64.

This is an update to commit d6c5c7a034,
which should have not just modified the stretch but also the buster
Docker image

Change-Id: I4c442d86688278ff634a286b98637189eef88bfb
Related: OS#5407
This commit is contained in:
Harald Welte 2022-04-24 18:15:03 +02:00
parent af1397c5ea
commit 03d9974db8
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ RUN \
libcsv-dev \
libdbd-sqlite3 \
libdbi-dev \
libelf-dev \
libffi-dev \
libfftw3-dev \
libgmp-dev \