Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jul 16, 2019
1 parent 14c8b03 commit 5daee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-optimised
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5daee2e

Please sign in to comment.