mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Correct package name
This commit is contained in:
parent
4372dd051e
commit
6719ff141b
@ -45,7 +45,7 @@ ENV PYTHONPATH=/pgadmin4
|
||||
# so that deps do not increase the size of resulting image by remaining in layers
|
||||
COPY ./pgadmin4/requirements.txt /pgadmin4
|
||||
RUN set -ex && \
|
||||
apk add --no-cache --virtual build-deps build-base postgresql-dev libffi-devel && \
|
||||
apk add --no-cache --virtual build-deps build-base postgresql-dev libffi-dev && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
apk del --no-cache build-deps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user