9 lines
215 B
Docker
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
|