Argh, they are Alpine packages, not Python.

pull/24/head
Dave Page 2019-05-28 18:01:56 -04:00
parent 307637b969
commit 991f667f9f
1 changed files with 2 additions and 2 deletions

View File

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