Skip to content

Commit

Permalink
Download Synapse from correct repo in Dockerfile (#1378)
Browse files Browse the repository at this point in the history
This will fix prebuilding of dependencies.
  • Loading branch information
erikjohnston authored Apr 29, 2024
1 parent 464864e commit 45351a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/synapse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN ${PYTHON_VERSION} -m pip download --dest /pypi-offline-cache \

# Create the virtual env upfront so we don't need to keep reinstalling
# dependencies.
RUN wget -q https://github.com/matrix-org/synapse/archive/develop.tar.gz \
RUN wget -q https://github.com/element-hq/synapse/archive/develop.tar.gz \
-O /synapse.tar.gz && \
mkdir /synapse && \
tar -C /synapse --strip-components=1 -xf synapse.tar.gz && \
Expand Down

0 comments on commit 45351a5

Please sign in to comment.