Install PostgreSQL server in ODBC install script

It is needed and is not guaranteed to be already installed when running
inside a container.
This commit is contained in:
Vadim Zeitlin
2023-04-18 18:10:53 +02:00
parent d9b499a992
commit 193ef4ddf8

View File

@@ -14,7 +14,7 @@ run_apt remove \
run_apt install \
tar bzip2 \
unixodbc unixodbc-dbgsym unixodbc-dev \
odbc-postgresql odbc-postgresql-dbgsym
odbc-postgresql odbc-postgresql-dbgsym postgresql
# Use full path to the driver library to avoid errors like
# [01000][unixODBC][Driver Manager]Can't open lib 'psqlodbca.so' : file not found