File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313if [ " ${POSTGRESQL_VERSION} " = " os-provided" ]; then
1414 apt update --yes
15- apt install --no-install-recommends --yes postgresql-client
15+ apt install --no-install-recommends --yes libpq-dev postgresql-client
1616
1717 exit 0
1818fi
@@ -39,7 +39,7 @@ curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://
3939sh -c ' echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt ' ${VERSION_CODENAME} ' -pgdg main" > /etc/apt/sources.list.d/pgdg.list'
4040
4141apt update --yes
42- apt install --no-install-recommends --yes postgresql-client-${POSTGRESQL_VERSION}
42+ apt install --no-install-recommends --yes libpq-dev postgresql-client-${POSTGRESQL_VERSION}
4343
4444if [ -n " ${curl_installed} " ]; then
4545 apt purge curl --autoremove --yes
You can’t perform that action at this time.
0 commit comments