mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-04 02:44:11 -04:00
Install jemalloc in docker image (#8553)
Co-authored-by: Will Hunt <willh@matrix.org> Co-authored-by: Erik Johnston <erik@matrix.org>
This commit is contained in:
parent
1383508f29
commit
ccf1dc51d7
4 changed files with 17 additions and 2 deletions
|
@ -69,6 +69,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libpq5 \
|
||||
libwebp6 \
|
||||
xmlsec1 \
|
||||
libjemalloc2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /install /usr/local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue