build(tools): fix gdb error 'Scripting in the "Python" language is not supported in this copy of GDB.'

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-02-26 23:20:10 +00:00
parent 8dab45ecfd
commit cfb5d9a0f4
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -22,7 +22,7 @@ RUN apt-get -y install --no-install-recommends \
libmpfr-dev \ libmpfr-dev \
texinfo \ texinfo \
file \ file \
sudo python3-dev
# Required packages for building gcc & binutils # Required packages for building gcc & binutils
RUN <<EOF RUN <<EOF