mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #132 from overleaf/spd-binutils
Add binutils and graphviz to Docker image
This commit is contained in:
commit
6b4cee976a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ RUN make package \
|
||||||
|
|
||||||
FROM openjdk:11-jre
|
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
|
&& rm -rf /var/lib/apt/lists
|
||||||
|
|
||||||
# Install Google Cloud Profiler agent
|
# Install Google Cloud Profiler agent
|
||||||
|
|
Loading…
Reference in a new issue