Fix missing packet for arm
This commit is contained in:
committed by
Christian Richter
parent
d6b670852a
commit
7cebcd9231
@@ -2,5 +2,9 @@ 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
|
||||||
RUN pip3 install matrix-synapse
|
RUN pip3 install matrix-synapse
|
||||||
|
EXPOSE 8448
|
||||||
|
EXPOSE 8008
|
||||||
|
RUN useradd -ms /bin/bash -d /synapse synapse
|
||||||
|
USER synapse
|
||||||
WORKDIR /synapse
|
WORKDIR /synapse
|
||||||
CMD synctl start
|
CMD synctl start --no-daemonize
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
FROM arm32v7/debian:buster-slim
|
FROM arm32v7/debian:buster-slim
|
||||||
COPY qemu-arm-static /usr/bin
|
COPY qemu-arm-static /usr/bin
|
||||||
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 libssl-dev libffi-dev python3-pip libopenjp2-7 python3-libtiff
|
||||||
|
RUN pip3 install cryptography
|
||||||
RUN pip3 install matrix-synapse
|
RUN pip3 install matrix-synapse
|
||||||
|
EXPOSE 8448
|
||||||
|
EXPOSE 8008
|
||||||
|
RUN useradd -ms /bin/bash -d /synapse synapse
|
||||||
|
USER synapse
|
||||||
WORKDIR /synapse
|
WORKDIR /synapse
|
||||||
CMD synctl start
|
CMD synctl start --no-daemonize
|
||||||
|
|||||||
Reference in New Issue
Block a user