summary refs log tree commit diff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2021-03-16 12:32:18 +0100
committerGitHub <noreply@github.com>2021-03-16 11:32:18 +0000
commitccf1dc51d7a2f261f91ef8d1442a7ddeccc632b8 (patch)
treeccc624692377ec5616f1d84d859479b5f6950df6 /docker/Dockerfile
parentHandle an empty cookie as an invalid macaroon. (#9620) (diff)
downloadsynapse-ccf1dc51d7a2f261f91ef8d1442a7ddeccc632b8.tar.xz
Install jemalloc in docker image (#8553)
Co-authored-by: Will Hunt <willh@matrix.org>
Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile

index d619ee08ed..def4501541 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile
@@ -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