From 80ea999dcf88d2274881e7a51a3775f693a1a000 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 2 Jan 2024 22:11:57 +0100 Subject: [PATCH] Image workaround not needed --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab337f1..3d03cc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,6 @@ RUN pip install --upgrade pip && \ pip install --upgrade setuptools && \ pip install matrix-synapse==v${VERSION} psycopg2-binary python-ldap matrix-synapse-ldap3 lxml publicsuffix2 git+https://github.com/matrix-org/synapse-s3-storage-provider.git@${STORAGE_PROVIDER_VERSION} matrix-synapse[oidc] -# workaround (https://github.com/matrix-org/synapse/issues/15873) . remove after 1.87.0 -RUN sed -e "s/Image.ANTIALIAS/Image.LANCZOS/" -i /app/code/env/lib/python3.10/site-packages/synapse/media/thumbnailer.py - RUN ln -sf /app/data/index.html /app/code/env/lib/python3.10/site-packages/synapse/static/index.html RUN chown -R cloudron.cloudron /app/code