first commit
All checks were successful
All checks were successful
This commit is contained in:
8
mjolnir/Dockerfile
Normal file
8
mjolnir/Dockerfile
Normal 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
|
Reference in New Issue
Block a user