You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Add missing runtime dependency postgresql-client for container image
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`.
0 commit comments