Skip to content

Commit

Permalink
Fix: Add missing runtime dependency postgresql-client for container i…
Browse files Browse the repository at this point in the history
…mage

The `postgresql-client` package is required to provide the `psql`
executable. Missed this package when streamlining the packages for being
available on Debian oldstable, stable and testing. The `postgres-client`
is a provides by the actual available versioned postgres client package
e.g. on stable `postgresql-client-15`.
  • Loading branch information
bjoernricks committed Jan 27, 2025
1 parent 7b58e4a commit 09e3650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/runtime-dependencies.list
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ libpq5
msmtp
msmtp-mta
openssh-client
postgresql-client
postgresql-client-common
python3
rpm
Expand Down

0 comments on commit 09e3650

Please sign in to comment.