Skip to content

Commit

Permalink
Pin matrix-synapse-shared-secret-auth commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Nov 4, 2021
1 parent 006e2cf commit f6acdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY synapse/python_dependencies.py /synapse/synapse/python_dependencies.py
#
# This is aiming at installing the `install_requires` and `extras_require` from `setup.py`
RUN pip install --prefix="/install" --no-warn-script-location \
/synapse[all] 'git+https://github.com/devture/matrix-synapse-shared-secret-auth#egg=shared_secret_authenticator'
/synapse[all] 'git+https://github.com/devture/matrix-synapse-shared-secret-auth@e178353ec87c56e0169dd04466d4769da5ed9c46#egg=shared_secret_authenticator'

# Copy over the rest of the project
COPY synapse /synapse/synapse/
Expand Down

0 comments on commit f6acdd9

Please sign in to comment.