1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-14 09:54:29 +00:00

Add binutils and graphviz to Docker image

This commit is contained in:
Simon Detheridge 2021-07-05 17:28:52 +01:00
parent 187dfa82e5
commit 14f459870a

View file

@ -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