File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
if [ " ${POSTGRESQL_VERSION} " = " os-provided" ]; then
14
14
apt update --yes
15
- apt install --no-install-recommends --yes postgresql-client
15
+ apt install --no-install-recommends --yes libpq-dev postgresql-client
16
16
17
17
exit 0
18
18
fi
@@ -39,7 +39,7 @@ curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://
39
39
sh -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'
40
40
41
41
apt 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}
43
43
44
44
if [ -n " ${curl_installed} " ]; then
45
45
apt purge curl --autoremove --yes
You can’t perform that action at this time.
0 commit comments