From ccaee1ec9e36c9c27d3f647656d5062a51f8b6bf Mon Sep 17 00:00:00 2001 From: xqqp Date: Sun, 19 Oct 2025 23:21:07 +0200 Subject: [PATCH] fix(dev): Add jemalloc package to local docker image --- contrib/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index fe1f97dcd8d..f55b158883e 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ htop \ iputils-ping \ jq \ + libjemalloc-dev \ less \ sysstat \ && rm -rf /var/lib/apt/lists/*