first commit
All checks were successful
Build rc / Build & push new image (push) Successful in 5m40s
Build latest / Build & push new image (push) Successful in 5m30s
Build rc / Build & push Mjolnir image (push) Successful in 1m1s
Build latest / Build & push Mjolnir image (push) Successful in 1m0s

This commit is contained in:
2025-02-06 18:08:37 +01:00
commit 1cfa1114c3
8 changed files with 1112 additions and 0 deletions

8
mjolnir/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM git.conorz.at/titanz-containers/synapse
USER root
RUN pip install --upgrade pip \
&& pip install -e "git+https://github.com/matrix-org/mjolnir.git#egg=mjolnir&subdirectory=synapse_antispam"
USER synapse