Skip to content

Commit

Permalink
docker,worker: install pyelftools
Browse files Browse the repository at this point in the history
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: 3ac7d39 ("buildworker,buildmaster: bump Debian to version 12")

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar authored and ynezz committed Nov 4, 2024
1 parent aab8a54 commit 91f8f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/buildworker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN \
python3 \
python3-venv \
python3-pip \
python3-pyelftools \
qemu-utils \
rsync \
signify-openbsd \
Expand Down

0 comments on commit 91f8f2e

Please sign in to comment.