Explorar o código

Merge pull request #132 from overleaf/spd-binutils

Add binutils and graphviz to Docker image
Simon Detheridge %!s(int64=5) %!d(string=hai) anos
pai
achega
6b4cee976a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/git-bridge/Dockerfile

+ 1 - 1
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