Also need openssl-dev

This commit is contained in:
Dave Page 2019-05-28 18:11:42 -04:00
parent f340cd044b
commit 2fa849dc26

View File

@ -22,7 +22,7 @@ RUN yarn install --cache-folder ./ycache --verbose && \
FROM python:3.7-alpine3.9 as docs-builder
# Install only dependencies absolutely required for documentation building
RUN apk add --no-cache make build-base libffi-dev && \
RUN apk add --no-cache make build-base openssl-dev libffi-dev && \
pip install --no-cache-dir sphinx flask_security flask_paranoid python-dateutil flask_sqlalchemy flask_gravatar flask_migrate simplejson cryptography
COPY ./pgadmin4/ /pgadmin4