Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ba9190c

Browse files
committed
Install jemalloc deb
Signed-off-by: Mathieu Velten <matmaul@gmail.com>
1 parent 19b15d6 commit ba9190c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

changelog.d/8553.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Install jemalloc deb in docker image.

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RUN apt-get update && apt-get install -y \
6666
libpq5 \
6767
libwebp6 \
6868
xmlsec1 \
69+
libjemalloc2 \
6970
&& rm -rf /var/lib/apt/lists/*
7071

7172
COPY --from=builder /install /usr/local

0 commit comments

Comments
 (0)