Skip to content

Commit

Permalink
Merge pull request #5 from globalid/DEV-1334-imessage-support
Browse files Browse the repository at this point in the history
DEV-1334 Adds support for shared-auth
  • Loading branch information
AnzeKovac authored Jul 8, 2024
2 parents 42dcc9e + c1321df commit 7028586
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ RUN --mount=type=cache,target=/root/.cache/pip \
RUN --mount=type=cache,target=/root/.cache/pip \
pip install --prefix="/install" --no-warn-script-location synapse-s3-storage-provider

# Add support for S3 storage provider (https://github.com/matrix-org/synapse-s3-storage-provider)
RUN --mount=type=cache,target=/root/.cache/pip \
pip install --prefix="/install" --no-warn-script-location \
git+https://github.com/devture/matrix-synapse-shared-secret-auth@2.0.3

# Copy over the rest of the synapse source code.
COPY synapse /synapse/synapse/
COPY rust /synapse/rust/
Expand Down

0 comments on commit 7028586

Please sign in to comment.