Files
dockerhub-autobuild/matrix-synapse/Dockerfile
2020-09-16 13:32:45 +02:00

7 lines
218 B
Docker

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