Update Dockerfile.arm32v7

This commit is contained in:
Christian Richter
2021-08-24 14:02:57 +02:00
committed by GitHub
parent d5d0cdca55
commit 7d402e35e2

View File

@@ -1,7 +1,7 @@
FROM arm32v7/debian:buster-slim
COPY qemu-arm-static /usr/bin
LABEL maintainer="dragonchaser <crichter@suse.de>"
RUN apt-get update && apt-get install -y libssl-dev libffi-dev python3-pip libopenjp2-7 python3-libtiff
RUN apt-get update && apt-get install -y libssl-dev libffi-dev python3-pip libopenjp2-7 python3-libtiff python3-six
RUN pip3 install cryptography
RUN pip3 install matrix-synapse
EXPOSE 8448