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