ci: Add gdb to some CI images

This will be useful in general, for manually debugging failures if we
need (without having to rebuild the CI images to do so).

It will also be useful for the `assert-msg-test` test, which is being
reworked in !2767.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Helps: #1434
This commit is contained in:
Philip Withnall 2022-06-24 12:52:03 +01:00
parent 6d381c9668
commit 5e00b30a29
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
flake8 \
fuse \
gcc \
gdb \
g++ \
gettext \
git \

View File

@ -13,6 +13,7 @@ RUN dnf -y update \
fuse \
gcc \
gcc-c++ \
gdb \
gettext \
git \
glibc-devel \