Include libffi-devel in the Docker build.
parent
98f84e5f34
commit
4372dd051e
|
@ -45,7 +45,7 @@ ENV PYTHONPATH=/pgadmin4
|
||||||
# so that deps do not increase the size of resulting image by remaining in layers
|
# so that deps do not increase the size of resulting image by remaining in layers
|
||||||
COPY ./pgadmin4/requirements.txt /pgadmin4
|
COPY ./pgadmin4/requirements.txt /pgadmin4
|
||||||
RUN set -ex && \
|
RUN set -ex && \
|
||||||
apk add --no-cache --virtual build-deps build-base postgresql-dev && \
|
apk add --no-cache --virtual build-deps build-base postgresql-dev libffi-devel && \
|
||||||
pip install --no-cache-dir -r requirements.txt && \
|
pip install --no-cache-dir -r requirements.txt && \
|
||||||
apk del --no-cache build-deps
|
apk del --no-cache build-deps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue