Allow to pass PGADMIN_CONFIG_CONFIG_DATABASE_URI from docker secrets. #5869

This commit is contained in:
Yogesh Mahajan
2024-10-07 11:44:20 +05:30
committed by GitHub
parent 6cccb5da31
commit 1fe840fcac
2 changed files with 27 additions and 9 deletions

View File

@@ -191,6 +191,7 @@ COPY DEPENDENCIES /pgadmin4/DEPENDENCIES
# Install runtime dependencies and configure everything in one RUN step
RUN apk add --no-cache \
python3 \
bash \
py3-pip \
postfix \
krb5-libs \