added synapse image
CI / Build synapse docker images (push) Failing after 3s

This commit is contained in:
2026-05-29 13:51:41 +08:00
parent 86f1f5188c
commit 8e382a60c2
2 changed files with 38 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
ARG VERSION
FROM matrixdotorg/synapse:v${VERSION}
USER root
RUN python -m pip install synapse-s3-storage-provider
USER 1000