mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add GDB to the Docker image
This commit is contained in:
parent
b4e15dad13
commit
17435e6cee
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ FROM builder
|
|||
|
||||
WORKDIR /
|
||||
|
||||
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 binutils graphviz gdb \
|
||||
&& rm -rf /var/lib/apt/lists
|
||||
|
||||
# Install Google Cloud Profiler agent
|
||||
|
|
Loading…
Reference in a new issue