mirror of
https://github.com/SOCI/soci.git
synced 2026-01-06 05:00:33 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user