Update Dockerfile

This commit is contained in:
Christian Richter
2021-08-24 14:02:33 +02:00
committed by GitHub
parent 8ceebfc940
commit d5d0cdca55

View File

@@ -1,6 +1,6 @@
FROM debian:latest FROM debian:latest
LABEL maintainer="dragonchaser <crichter@suse.de>" LABEL maintainer="dragonchaser <crichter@suse.de>"
RUN apt-get update && apt-get install -y python3-pip libopenjp2-7 python3-libtiff RUN apt-get update && apt-get install -y python3-pip libopenjp2-7 python3-libtiff python3-six
RUN pip3 install matrix-synapse RUN pip3 install matrix-synapse
EXPOSE 8448 EXPOSE 8448
EXPOSE 8008 EXPOSE 8008