From 17435e6ceee760096208a0a1b4f21f13d9411097 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Fri, 16 Jul 2021 14:07:27 +0100 Subject: [PATCH] Add GDB to the Docker image --- services/git-bridge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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