Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
8ceebfc940
commit
d5d0cdca55
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user