From 184edf9eae7f3cd6a9de1fa43b30ac76fd617f06 Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Tue, 16 Jul 2024 11:39:39 +0200 Subject: [PATCH] Merge pull request #19428 from overleaf/msm-git-bridge-linux-utils [git-bridge] install `setpriv` via `util-linux` package GitOrigin-RevId: 707b7095c06575d5232e251da987cd6be2b4bfc1 --- services/git-bridge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/git-bridge/Dockerfile b/services/git-bridge/Dockerfile index de8a3edb51..e58889e080 100644 --- a/services/git-bridge/Dockerfile +++ b/services/git-bridge/Dockerfile @@ -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