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