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:
Miguel Serrano 2024-07-16 11:39:39 +02:00 committed by Copybot
parent e28a754b55
commit 184edf9eae

View file

@ -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