Some synapse container fixes
All checks were successful
/ build-synapse (push) Successful in 33s

This commit is contained in:
Finn 2024-08-18 23:10:30 -07:00
parent 2c282a84e0
commit 9097168b73

View file

@ -1,4 +1,4 @@
FROM matrixdotorg/synapse:latest
RUN pip install boto3
RUN pip install boto3 humanize tqdm
RUN curl -Lo /usr/local/lib/python3.11/site-packages/s3_storage_provider.py https://github.com/matrix-org/synapse-s3-storage-provider/raw/v1.4.0/s3_storage_provider.py
RUN curl -Lo /usr/local/bin/s3_media_upload https://github.com/matrix-org/synapse-s3-storage-provider/raw/main/scripts/s3_media_upload && chmod +x /usr/local/bin/s3_media_upload
RUN curl -L https://github.com/matrix-org/synapse-s3-storage-provider/raw/main/scripts/s3_media_upload && chmod +x /usr/local/bin/s3_media_upload | sed "s#/usr/bin/env python#/usr/local/bin/python#" > /usr/local/bin/s3_media_upload