mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
fix
This commit is contained in:
parent
14c8b036ea
commit
5daee2eb4a
@ -53,7 +53,7 @@ RUN chown -R root:root /usr/local /install
|
||||
FROM matrixdotorg/optimised-python:${PYTHON_VERSION}-optimized-lto-${MARCH}
|
||||
|
||||
# xmlsec is required for saml support
|
||||
RUN apt-get update && apt-get install -y libpq5 xmlsec libxslt1
|
||||
RUN apt-get update && apt-get install -y libpq5 xmlsec1 libxslt1.1
|
||||
|
||||
COPY --from=builder /install /usr/local
|
||||
COPY ./docker/start.py /start.py
|
||||
|
Loading…
Reference in New Issue
Block a user