mirror of https://github.com/mongodb/mongo
SERVER-114669 Add gdb to antithesis images (#44815)
GitOrigin-RevId: 7cd2cca1409f81108eb0adbfc5136de815fdb9ab
This commit is contained in:
parent
9d6f65d53b
commit
daa4d03290
|
|
@ -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"; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue