9 lines
218 B
Docker
9 lines
218 B
Docker
FROM git.conorz.at/titanz-containers/synapse:rc
|
|
|
|
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
|