Skip to content

Commit dde4813

Browse files
committed
Drop psycopg-pool
1 parent 2e34ec7 commit dde4813

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ RUN mamba install --yes \
9393
# Install PostgreSQL Python drivers
9494
RUN mamba install --yes \
9595
'psycopg' \
96-
'psycopg-c' \
97-
'psycopg-pool' && \
96+
'psycopg-c' && \
9897
mamba clean --all -f -y && \
9998
fix-permissions "${CONDA_DIR}" && \
10099
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)