mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
build-deps doesn't exist any more.
This commit is contained in:
parent
991f667f9f
commit
f340cd044b
@ -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-deps build-base libffi-dev && \
|
||||
RUN apk add --no-cache make 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
|
||||
|
Loading…
Reference in New Issue
Block a user