synapse/mjolnir/Dockerfile
titanz 1cfa1114c3
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
first commit
2025-02-06 18:08:37 +01:00

9 lines
215 B
Docker

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