Skip to content

Commit 09e3650

Browse files
committed
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`.
1 parent 7b58e4a commit 09e3650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/runtime-dependencies.list

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ libpq5
6464
msmtp
6565
msmtp-mta
6666
openssh-client
67+
postgresql-client
6768
postgresql-client-common
6869
python3
6970
rpm

0 commit comments

Comments
 (0)