diff --git a/services/git-bridge/Dockerfile b/services/git-bridge/Dockerfile index 920b38caaa..0dda83f176 100644 --- a/services/git-bridge/Dockerfile +++ b/services/git-bridge/Dockerfile @@ -48,7 +48,7 @@ FROM builder WORKDIR / -RUN apt-get update && apt-get install -y git sqlite3 procps htop net-tools sockstat binutils graphviz \ +RUN apt-get update && apt-get install -y git sqlite3 procps htop net-tools sockstat binutils graphviz gdb \ && rm -rf /var/lib/apt/lists # Install Google Cloud Profiler agent