SERVER-114669 Add gdb to antithesis images (#44815)

GitOrigin-RevId: 7cd2cca1409f81108eb0adbfc5136de815fdb9ab
This commit is contained in:
Trevor Guidry 2025-12-05 15:25:08 -06:00 committed by MongoDB Bot
parent 9d6f65d53b
commit daa4d03290
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ RUN set -eux; \
curl \
python3 \
llvm-${LLVM_VERSION} \
libc6-dbg; then \
libc6-dbg \
gdb; then \
break; \
fi; \
echo "APT failed on attempt $i... retrying in ${delay}s"; \