Skip to content

Commit

Permalink
Add pspg utility to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed Mar 17, 2024
1 parent 53e62c4 commit cb479a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/ap
# Install the PostgreSQL utilities
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
pspg \
postgresql-client-12 \
postgresql-client-13 \
postgresql-client-14 \
Expand Down

0 comments on commit cb479a3

Please sign in to comment.