From 14f459870a90e79018012314834905dfb130f68a Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 5 Jul 2021 17:28:52 +0100 Subject: [PATCH] Add binutils and graphviz to 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 997a168934..76545e1ef3 100644 --- a/services/git-bridge/Dockerfile +++ b/services/git-bridge/Dockerfile @@ -43,7 +43,7 @@ RUN make package \ FROM openjdk:11-jre -RUN apt-get update && apt-get install -y git sqlite3 procps htop net-tools sockstat \ +RUN apt-get update && apt-get install -y git sqlite3 procps htop net-tools sockstat binutils graphviz \ && rm -rf /var/lib/apt/lists # Install Google Cloud Profiler agent