mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Revert "Merge pull request #132 from overleaf/spd-binutils"
This reverts commit 96530cc00a752953678e91d2dee25046912db20c, reversing changes made to 693163c5417fe0d13dde2d6dfe0876c77939eb96.
This commit is contained in:
parent
d830224e29
commit
0bf2aeeec0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN make package \
|
|||
|
||||
FROM openjdk:11-jre
|
||||
|
||||
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 \
|
||||
&& rm -rf /var/lib/apt/lists
|
||||
|
||||
# Install Google Cloud Profiler agent
|
||||
|
|
Loading…
Reference in a new issue