diff --git a/dockerfiles/hadmin_store b/dockerfiles/hadmin_store index 781dc37..531d73f 100644 --- a/dockerfiles/hadmin_store +++ b/dockerfiles/hadmin_store @@ -9,7 +9,7 @@ ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig:$PKG_CONFIG_PATH COPY requirements/ /tmp/requirements/ RUN apt-get update && \ DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \ - $(cat /tmp/requirements/ubuntu-jammy.txt) && \ + $(cat /tmp/requirements/ubuntu-jammy.txt) libjemalloc2 && \ rm -rf /tmp/requirements && rm -rf /var/lib/apt/lists/* && apt-get clean # Install fbthrift