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/*