Add flask-migrate to the container doc build as it's now required.

This commit is contained in:
Dave Page 2018-12-21 10:58:15 +00:00
parent 943fc25f60
commit 12b7e03085

View File

@ -25,7 +25,7 @@ FROM python:3.6-alpine3.7 as docs-builder
RUN apk add --no-cache make
RUN pip install --no-cache-dir \
sphinx flask_security flask_paranoid python-dateutil flask_sqlalchemy \
flask_gravatar simplejson
flask_gravatar flask_migrate simplejson
COPY ./pgadmin4/ /pgadmin4