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 <[email protected]>
1 parent 19b15d6 commit ba9190c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/8553.docker

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Install jemalloc deb in docker image.

docker/Dockerfile

+1
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)