Fix missing packet for arm

This commit is contained in:
Christian
2020-09-16 15:15:44 +02:00
committed by Christian Richter
parent d6b670852a
commit 7cebcd9231
2 changed files with 12 additions and 3 deletions

View File

@@ -2,5 +2,9 @@ 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
EXPOSE 8448
EXPOSE 8008
RUN useradd -ms /bin/bash -d /synapse synapse
USER synapse
WORKDIR /synapse
CMD synctl start
CMD synctl start --no-daemonize