From 136d1761766e94c502f4d18dba8b16422e62d159 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 17 Sep 2021 18:49:45 +0200 Subject: Synapse does not use GlusterFS anymore --- app/im/build/matrix-synapse/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'app/im/build/matrix-synapse/Dockerfile') diff --git a/app/im/build/matrix-synapse/Dockerfile b/app/im/build/matrix-synapse/Dockerfile index 48cf2c7..d410779 100644 --- a/app/im/build/matrix-synapse/Dockerfile +++ b/app/im/build/matrix-synapse/Dockerfile @@ -46,6 +46,7 @@ RUN apt-get update && \ ENV LD_PRELOAD /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 COPY --from=builder /root/matrix-env /root/matrix-env +COPY matrix-s3-async /usr/local/bin/matrix-s3-async COPY entrypoint.sh /usr/local/bin/entrypoint ENTRYPOINT ["/usr/local/bin/entrypoint"] -- cgit v1.2.3