We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc5095 commit da91cf9Copy full SHA for da91cf9
.generator/Dockerfile
@@ -92,6 +92,10 @@ ENV PYTHON_VERSION_DEFAULT=3.14
92
# These are the non "-dev" versions of the libraries used in the builder.
93
RUN apt-get update && \
94
apt-get install -y --no-install-recommends \
95
+ # TODO(https://github.com/googleapis/google-cloud-python/issues/14992): Remove gdb
96
+ # Once this bug is fixed.
97
+ # Temporarily add gdb to assist with remote debugging for issue 14992.
98
+ gdb \
99
# This is needed to avoid the following error:
100
# `ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory`.
101
# `libsqlite3-0` is used by the `coverage` PyPI package which is used when testing libraries
0 commit comments