Fixes & added synapse
This commit is contained in:
committed by
Christian Richter
parent
2a0da18856
commit
5fc6c62d8c
6
matrix-synapse/Dockerfile
Normal file
6
matrix-synapse/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM debian:latest
|
||||
LABEL maintainer="dragonchaser <crichter@suse.de>"
|
||||
RUN apt-get update && apt-get install -y python3-pip libopenjp2-7 python3-libtiff
|
||||
RUN pip3 install matrix-synapse
|
||||
WORKDIR /synapse
|
||||
CMD synctl start
|
||||
Reference in New Issue
Block a user