mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #19428 from overleaf/msm-git-bridge-linux-utils
[git-bridge] install `setpriv` via `util-linux` package GitOrigin-RevId: 707b7095c06575d5232e251da987cd6be2b4bfc1
This commit is contained in:
parent
e28a754b55
commit
184edf9eae
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN make package \
|
|||
|
||||
FROM amazoncorretto:21-alpine
|
||||
|
||||
RUN apk add --update --no-cache bash git sqlite procps htop net-tools jemalloc
|
||||
RUN apk add --update --no-cache bash git sqlite procps htop net-tools jemalloc util-linux
|
||||
|
||||
ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue