synapse/mjolnir/Dockerfile

9 lines
215 B
Docker
Raw Permalink Normal View History

2025-02-06 18:08:37 +01:00
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