From ab56bdfe1ec795fbbdc1177b2a624f82c1f03a25 Mon Sep 17 00:00:00 2001 From: deathrow Date: Mon, 9 Jan 2023 17:02:48 -0500 Subject: [PATCH] Update Image --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bb3faf..2197969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,10 +40,11 @@ RUN apk -U upgrade \ postgresql-dev \ rustup \ zlib-dev \ + git \ && rustup-init -y && source $HOME/.cargo/env \ && pip install --upgrade pip \ && pip install --prefix="/install" --no-warn-script-location \ - matrix-synapse[all]==${SYNAPSE_VERSION} + -e "git+https://git.anonymousland.org/deathrow/synapse-product#egg=matrix-synapse[all]==${SYNAPSE_VERSION}" ### Build Production