mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add some core tools for debugging processes
This commit is contained in:
parent
bce5af615f
commit
6009393013
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN make package \
|
||||||
|
|
||||||
FROM openjdk:11-jre
|
FROM openjdk:11-jre
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y git sqlite3 \
|
RUN apt-get update && apt-get install -y git sqlite3 procps htop net-tools sockstat \
|
||||||
&& rm -rf /var/lib/apt/lists
|
&& rm -rf /var/lib/apt/lists
|
||||||
|
|
||||||
RUN useradd --create-home node
|
RUN useradd --create-home node
|
||||||
|
|
Loading…
Reference in a new issue