docker,worker: install pyelftools master
authorPaul Spooren <mail@aparcar.org>
Fri, 25 Oct 2024 09:11:48 +0000 (11:11 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 4 Nov 2024 06:35:02 +0000 (06:35 +0000)
Without it, errors may appear:

WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libpcre', which does not exist
make[2]: Entering directory '/builder/shared-workdir/build/scripts/config'
make[2]: 'conf' is up to date.
make[2]: Leaving directory '/builder/shared-workdir/build/scripts/config'
Checking 'python3-pyelftools'... failed.
Checking 'python3-dev'... ok.
Checking 'python3-setuptools'... ok.
Checking 'swig'... ok.
u-boot: Please install the Python3 elftools module

Fixes: 3ac7d39bd4c3 ("buildworker,buildmaster: bump Debian to version 12")
Signed-off-by: Paul Spooren <mail@aparcar.org>
docker/buildworker/Dockerfile

index bc616ad0eb4d84f0fb18867312bcba1c711362f1..0d230f195421eaf6c9dab8e5a07ed22cb3b372e5 100644 (file)
@@ -33,6 +33,7 @@ RUN \
                python3 \
                python3-venv \
                python3-pip \
+               python3-pyelftools \
                qemu-utils \
                rsync \
                signify-openbsd \