shhs shhs-v1.1.1.6-opt
Amber H. Brown 2019-07-17 04:41:00 +10:00
parent 14c8b036ea
commit 5daee2eb4a
1 changed files with 1 additions and 1 deletions

View File

@ -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